feat(arabot): allow verifiers to use plus command

This commit is contained in:
Anthony Berg 2024-02-15 19:57:51 +00:00
parent f4655829e2
commit 9ff5b78aff

View File

@ -29,7 +29,7 @@ export class PlusCommand extends Command {
name: 'plus', name: 'plus',
aliases: ['+'], aliases: ['+'],
description: 'Give/remove the plus role', description: 'Give/remove the plus role',
preconditions: [['CoordinatorOnly', 'ModOnly']], preconditions: [['CoordinatorOnly', 'VerifierOnly', 'ModOnly']],
}); });
} }