This commit is contained in:
Dragory 2020-07-30 12:19:17 +03:00
parent 18a1b4c31f
commit 743a5e9ce4
No known key found for this signature in database
GPG key ID: 5F387BA66DF8AAC1

View file

@ -13,7 +13,7 @@ const opts = {
mod: ct.member({ option: true }),
notify: ct.string({ option: true }),
"notify-channel": ct.textChannel({ option: true }),
"delete-deays": ct.number({ option: true, shortcut: "d" }),
"delete-days": ct.number({ option: true, shortcut: "d" }),
};
export const BanCmd = modActionsCommand({