diff --git a/src/commands/fun/1984.ts b/src/commands/fun/1984.ts index 4c91ec7..dd12739 100644 --- a/src/commands/fun/1984.ts +++ b/src/commands/fun/1984.ts @@ -28,7 +28,7 @@ export class N1984Command extends Command { ...options, name: '1984', description: 'this is literally 1984', - preconditions: ['CoordinatorOnly', 'ModOnly'], + preconditions: [['CoordinatorOnly', 'ModOnly']], }); }