mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-12-21 03:58:05 +01:00
fix(arabot): change command name
This commit is contained in:
@@ -25,7 +25,7 @@ class VerifierCommand extends Command {
|
||||
public constructor(context: Command.Context, options: Command.Options) {
|
||||
super(context, {
|
||||
...options,
|
||||
name: 'mod',
|
||||
name: 'verifier',
|
||||
description: 'Gives/removes the verifier role',
|
||||
preconditions: ['VerifierCoordinatorOnly'],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user