From f044b6f23d014f5e3ba6e77783b5ae5db06e9efa Mon Sep 17 00:00:00 2001 From: smyalygames Date: Sun, 15 Jan 2023 13:27:51 +0000 Subject: [PATCH] fix(arabot): change command name --- src/commands/roles/staff/verifier.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/roles/staff/verifier.ts b/src/commands/roles/staff/verifier.ts index 1503b06..ec43be4 100644 --- a/src/commands/roles/staff/verifier.ts +++ b/src/commands/roles/staff/verifier.ts @@ -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'], });