feat: locales #27
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ export default async () => {
|
||||||
|
|
||||||
client.commands = new Collection();
|
client.commands = new Collection();
|
||||||
|
|
||||||
client.locales = await loadLocales(client.config.default_lang);
|
client.locales = await loadLocales();
|
||||||
|
|
||||||
return client;
|
return client;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue