mirror of
https://github.com/JonnyBro/JaBa.git
synced 2024-11-21 20:54: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"),
|
||||
ru: client.translate("economy/birthdate:DESCRIPTION", null, "ru-RU"),
|
||||
})
|
||||
.setDMPermission(false)
|
||||
.setDMPermission(true)
|
||||
.addIntegerOption(option =>
|
||||
option
|
||||
.setName("day")
|
||||
|
|
Loading…
Reference in a new issue