From 6830f5ffd99c95c46d2f77aba3b4e9b5c31fd964 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Thu, 21 Jul 2022 15:10:14 +0200 Subject: [PATCH] turn string to static ones --- src/index.ts | 2 +- src/locales/en-US.json | 4 ---- src/locales/fr.json | 4 ---- 3 files changed, 1 insertion(+), 9 deletions(-) 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" }