mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
setlang english
This commit is contained in:
parent
5c4f276400
commit
16d4606b6d
1 changed files with 1 additions and 0 deletions
|
@ -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" },
|
||||
)),
|
||||
|
|
Loading…
Reference in a new issue