mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-24 22:24:58 +05:00
Оставляем хардкод =)
This commit is contained in:
parent
cd845a5320
commit
1f59abc3de
1 changed files with 0 additions and 1 deletions
|
@ -26,7 +26,6 @@ class Reload extends Command {
|
|||
await this.client.unloadCommand(cmd.conf.location, cmd.help.name);
|
||||
await this.client.loadCommand(cmd.conf.location, cmd.help.name);
|
||||
|
||||
// const lang = message.guild ? data.guild.language : "ru-RU";
|
||||
i18next.reloadResources(["ru-RU", "uk-UA"]);
|
||||
autoUpdateDocs.update(this.client);
|
||||
|
||||
|
|
Loading…
Reference in a new issue