diff options
Diffstat (limited to 'src/commands/admin')
-rw-r--r-- | src/commands/admin/roleAll.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/commands/admin/roleAll.ts b/src/commands/admin/roleAll.ts index 54afc2a..dda536f 100644 --- a/src/commands/admin/roleAll.ts +++ b/src/commands/admin/roleAll.ts @@ -33,7 +33,6 @@ export default class RoleAllCommand extends BushCommand { match: 'flag', prompt: 'Would you like to also give roles to bots?', flag: '--bots', - default: false, slashType: ApplicationCommandOptionType.Boolean, optional: true } |