aboutsummaryrefslogtreecommitdiff
path: root/src/commands/moderation/_lockdown.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands/moderation/_lockdown.ts')
-rw-r--r--src/commands/moderation/_lockdown.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/moderation/_lockdown.ts b/src/commands/moderation/_lockdown.ts
index db074b1..df5a9b4 100644
--- a/src/commands/moderation/_lockdown.ts
+++ b/src/commands/moderation/_lockdown.ts
@@ -13,7 +13,7 @@ export default class LockdownCommand extends BushCommand {
args: [
{
id: 'all',
- type: 'flag',
+ match: 'flag',
flag: '--all'
}
],