mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-18 21:44:17 +02:00
feat(arabot): allow verifiers to use plus command
This commit is contained in:
parent
f4655829e2
commit
9ff5b78aff
@ -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']],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user