3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-19 16:05:01 +00:00
This commit is contained in:
Dragory 2020-07-30 12:19:17 +03:00
parent 396c390d1f
commit e2bf45d6c5

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({