fix(arabot): change command name

This commit is contained in:
smyalygames 2023-01-15 13:28:20 +00:00
parent f044b6f23d
commit 505c105a6a

View File

@ -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'],
});