Оставляем хардкод =)

This commit is contained in:
JonnyBro 2022-04-10 15:40:55 +05:00
parent cd845a5320
commit 1f59abc3de

View file

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