feat: locales #27

Merged
Anri merged 26 commits from lang into main 2022-07-22 11:46:48 +02:00
Showing only changes of commit 2bde673cb1 - Show all commits

View file

@ -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;
}; };