From d01c331df293a585ef0f854dc24b04568df65b6e Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Sun, 21 Aug 2022 14:55:50 -0400 Subject: fix modlog hidden cases --- src/commands/admin/roleAll.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/commands/admin') 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 } -- cgit