mirror of
https://github.com/veganhacktivists/arabot.git
synced 2025-05-19 12:44: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) {
|
public constructor(context: Command.Context, options: Command.Options) {
|
||||||
super(context, {
|
super(context, {
|
||||||
...options,
|
...options,
|
||||||
name: 'mod',
|
name: 'restrictedaccess',
|
||||||
|
aliases: ['ra'],
|
||||||
description: 'Gives/removes the restricted access role',
|
description: 'Gives/removes the restricted access role',
|
||||||
preconditions: ['ModCoordinatorOnly'],
|
preconditions: ['ModCoordinatorOnly'],
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user