diff --git a/src/index.ts b/src/index.ts index 0d2cf04..1457e74 100644 --- a/src/index.ts +++ b/src/index.ts @@ -40,7 +40,7 @@ const run = async () => { throw logStart(commands_name, false); }); - console.log(`Botanique "${client.user?.username}" v${client.config.version} ${client.locale.get('started')}!`); + console.log(`Botanique "${client.user?.username}" v${client.config.version} started!`); }) .catch(() => { throw logStart(client_name, false); diff --git a/src/locales/en-US.json b/src/locales/en-US.json index 47be44e..6d37e5f 100644 --- a/src/locales/en-US.json +++ b/src/locales/en-US.json @@ -1,10 +1,6 @@ { - "started": "started", - "e_interacreate": "Sorry, the command probably no longer exists...", - "e_ready": "Connected to Discord!", - "c_ping1": "Roundtrip latency", "c_ping2": "Websocket heartbeat" } diff --git a/src/locales/fr.json b/src/locales/fr.json index df1a332..55a95b8 100644 --- a/src/locales/fr.json +++ b/src/locales/fr.json @@ -1,10 +1,6 @@ { - "started": "démarré ", - "e_interacreate": "Désolé, la commande n'existe plus...", - "e_ready": "Connecté à Discord !", - "c_ping1": "Latence totale", "c_ping2": "Latence du Websocket" }