setlang english

This commit is contained in:
Jonny_Bro (Nikita) 2023-06-06 22:50:45 +05:00
parent 5c4f276400
commit 16d4606b6d

View file

@ -19,6 +19,7 @@ class Setlang extends BaseCommand {
.setDescriptionLocalizations({ "uk": client.translate("common:LANGUAGE", null, "uk-UA") })
.setRequired(true)
.setChoices(
{ name: "English", value: "en-US" },
{ name: "Русский", value: "ru-RU" },
{ name: "Українська", value: "uk-UA" },
)),