From 9ff5b78aff0145a85b618d4876ae319775d32142 Mon Sep 17 00:00:00 2001 From: Anthony Berg Date: Thu, 15 Feb 2024 19:57:51 +0000 Subject: [PATCH] feat(arabot): allow verifiers to use plus command --- src/commands/roles/verification/plus.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/roles/verification/plus.ts b/src/commands/roles/verification/plus.ts index 168d471..6ad56b1 100644 --- a/src/commands/roles/verification/plus.ts +++ b/src/commands/roles/verification/plus.ts @@ -29,7 +29,7 @@ export class PlusCommand extends Command { name: 'plus', aliases: ['+'], description: 'Give/remove the plus role', - preconditions: [['CoordinatorOnly', 'ModOnly']], + preconditions: [['CoordinatorOnly', 'VerifierOnly', 'ModOnly']], }); }