Compare commits
No commits in common. "cf43170d8470e2b412b67598e8f670cdfd6f98d1" and "db5bb59d43e875cf45f9e118f4bcd9ca266505d9" have entirely different histories.
cf43170d84
...
db5bb59d43
2 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"e_interacreate_no_command": "Désolé, la commande n'existe plus...",
|
||||
|
||||
"c_ping_desc": "Pong!",
|
||||
"c_ping1": "Latence totale",
|
||||
"c_ping2": "Latence du Websocket"
|
||||
}
|
||||
|
|
|
@ -39,7 +39,7 @@ export default async () => {
|
|||
client.config = {
|
||||
version: JSON.parse(readFileSync('./package.json').toString()).version,
|
||||
token_discord: process.env.TOKEN_DISCORD,
|
||||
default_lang: 'fr',
|
||||
default_lang: 'en-US',
|
||||
};
|
||||
|
||||
client.commands = new Collection();
|
||||
|
|
Loading…
Reference in a new issue