aboutsummaryrefslogtreecommitdiff
path: root/src/commands/admin
diff options
context:
space:
mode:
authorIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-08-21 14:55:50 -0400
committerIRONM00N <64110067+IRONM00N@users.noreply.github.com>2022-08-21 14:55:50 -0400
commitd01c331df293a585ef0f854dc24b04568df65b6e (patch)
treea72c2dac9a691ec8cebbb2767dff2f26cecc370b /src/commands/admin
parent093c5a4182eae14aab241f769c70c490460925f1 (diff)
downloadtanzanite-d01c331df293a585ef0f854dc24b04568df65b6e.tar.gz
tanzanite-d01c331df293a585ef0f854dc24b04568df65b6e.tar.bz2
tanzanite-d01c331df293a585ef0f854dc24b04568df65b6e.zip
fix modlog hidden cases
Diffstat (limited to 'src/commands/admin')
-rw-r--r--src/commands/admin/roleAll.ts1
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
}