mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-22 05:04:58 +05:00
Allow birthdate command in DMs
This commit is contained in:
parent
cdc3f3fd3c
commit
11284a1996
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class Birthdate extends BaseCommand {
|
||||||
uk: client.translate("economy/birthdate:DESCRIPTION", null, "uk-UA"),
|
uk: client.translate("economy/birthdate:DESCRIPTION", null, "uk-UA"),
|
||||||
ru: client.translate("economy/birthdate:DESCRIPTION", null, "ru-RU"),
|
ru: client.translate("economy/birthdate:DESCRIPTION", null, "ru-RU"),
|
||||||
})
|
})
|
||||||
.setDMPermission(false)
|
.setDMPermission(true)
|
||||||
.addIntegerOption(option =>
|
.addIntegerOption(option =>
|
||||||
option
|
option
|
||||||
.setName("day")
|
.setName("day")
|
||||||
|
|
Loading…
Reference in a new issue