change default lang
This commit is contained in:
parent
859d1f4f37
commit
cf43170d84
1 changed files with 1 additions and 1 deletions
|
@ -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