diff options
Diffstat (limited to 'src/commands/moderation/slowmode.ts')
-rw-r--r-- | src/commands/moderation/slowmode.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/commands/moderation/slowmode.ts b/src/commands/moderation/slowmode.ts index 4b3a976..94e40ca 100644 --- a/src/commands/moderation/slowmode.ts +++ b/src/commands/moderation/slowmode.ts @@ -15,8 +15,7 @@ export default class SlowModeCommand extends BushCommand { args: [ { id: 'length', - customType: Argument.union('duration', 'off', 'none', 'disable'), - default: 0, + customType: Argument.union('duration', 'durationSeconds', 'off', 'none', 'disable'), prompt: { start: 'What would you like to set the slowmode to?', retry: '{error} Please set the slowmode to a valid length.', |