fix(arabot): change command name

This commit is contained in:
smyalygames 2023-01-15 13:27:51 +00:00
parent 6fe75b197d
commit f044b6f23d

View File

@ -25,7 +25,7 @@ class VerifierCommand extends Command {
public constructor(context: Command.Context, options: Command.Options) { public constructor(context: Command.Context, options: Command.Options) {
super(context, { super(context, {
...options, ...options,
name: 'mod', name: 'verifier',
description: 'Gives/removes the verifier role', description: 'Gives/removes the verifier role',
preconditions: ['VerifierCoordinatorOnly'], preconditions: ['VerifierCoordinatorOnly'],
}); });