feat: locales #27
3 changed files with 1 additions and 9 deletions
|
@ -40,7 +40,7 @@ const run = async () => {
|
||||||
throw logStart(commands_name, false);
|
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(() => {
|
.catch(() => {
|
||||||
throw logStart(client_name, false);
|
throw logStart(client_name, false);
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
{
|
{
|
||||||
"started": "started",
|
|
||||||
|
|
||||||
"e_interacreate": "Sorry, the command probably no longer exists...",
|
"e_interacreate": "Sorry, the command probably no longer exists...",
|
||||||
|
|
||||||
"e_ready": "Connected to Discord!",
|
|
||||||
|
|
||||||
"c_ping1": "Roundtrip latency",
|
"c_ping1": "Roundtrip latency",
|
||||||
"c_ping2": "Websocket heartbeat"
|
"c_ping2": "Websocket heartbeat"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,10 +1,6 @@
|
||||||
{
|
{
|
||||||
"started": "démarré ",
|
|
||||||
|
|
||||||
"e_interacreate": "Désolé, la commande n'existe plus...",
|
"e_interacreate": "Désolé, la commande n'existe plus...",
|
||||||
|
|
||||||
"e_ready": "Connecté à Discord !",
|
|
||||||
|
|
||||||
"c_ping1": "Latence totale",
|
"c_ping1": "Latence totale",
|
||||||
"c_ping2": "Latence du Websocket"
|
"c_ping2": "Latence du Websocket"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue