turn string to static ones

This commit is contained in:
Mylloon 2022-07-21 15:10:14 +02:00
parent 75655c6414
commit 6830f5ffd9
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
3 changed files with 1 additions and 9 deletions

View file

@ -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);

View file

@ -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"
}

View file

@ -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"
}