mirror of
https://github.com/veganhacktivists/arabot.git
synced 2026-01-05 11:19:03 +01:00
feat(arabot): allow verifiers to use plus command
This commit is contained in:
@@ -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']],
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user