From 505c105a6ad875f6fd81899d469e0fa43dcd82eb Mon Sep 17 00:00:00 2001 From: smyalygames Date: Sun, 15 Jan 2023 13:28:20 +0000 Subject: [PATCH] fix(arabot): change command name --- src/commands/roles/staff/restrictedAccess.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/commands/roles/staff/restrictedAccess.ts b/src/commands/roles/staff/restrictedAccess.ts index 7a27198..f71d3c5 100644 --- a/src/commands/roles/staff/restrictedAccess.ts +++ b/src/commands/roles/staff/restrictedAccess.ts @@ -25,7 +25,8 @@ class RestrictedAccessCommand extends Command { public constructor(context: Command.Context, options: Command.Options) { super(context, { ...options, - name: 'mod', + name: 'restrictedaccess', + aliases: ['ra'], description: 'Gives/removes the restricted access role', preconditions: ['ModCoordinatorOnly'], });