From fbc2944b923ca32c41ee6df1c0b74c909c40a5f8 Mon Sep 17 00:00:00 2001 From: Anthony Berg Date: Sat, 13 Jan 2024 01:07:20 +0000 Subject: [PATCH] fix(arabot): 1984 preconditions --- src/commands/fun/1984.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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']], }); }