default_lang (#33)
Reviewed-on: https://git.kennel.ml/ConfrerieDuKassoulait/Botanique/pulls/33
This commit is contained in:
parent
db5bb59d43
commit
f3fffc258a
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"e_interacreate_no_command": "Désolé, la commande n'existe plus...",
|
"e_interacreate_no_command": "Désolé, la commande n'existe plus...",
|
||||||
|
|
||||||
|
"c_ping_desc": "Pong!",
|
||||||
"c_ping1": "Latence totale",
|
"c_ping1": "Latence totale",
|
||||||
"c_ping2": "Latence du Websocket"
|
"c_ping2": "Latence du Websocket"
|
||||||
}
|
}
|
||||||
|
|
|
@ -39,7 +39,7 @@ export default async () => {
|
||||||
client.config = {
|
client.config = {
|
||||||
version: JSON.parse(readFileSync('./package.json').toString()).version,
|
version: JSON.parse(readFileSync('./package.json').toString()).version,
|
||||||
token_discord: process.env.TOKEN_DISCORD,
|
token_discord: process.env.TOKEN_DISCORD,
|
||||||
default_lang: 'en-US',
|
default_lang: 'fr',
|
||||||
};
|
};
|
||||||
|
|
||||||
client.commands = new Collection();
|
client.commands = new Collection();
|
||||||
|
|
Loading…
Reference in a new issue