mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 09:14:17 +02:00
fix(arabot): change command name
This commit is contained in:
parent
f044b6f23d
commit
505c105a6a
@ -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'],
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user