Typo fix
This commit is contained in:
parent
18a1b4c31f
commit
743a5e9ce4
1 changed files with 1 additions and 1 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Reference in a new issue