Update lock.ts
add usage, and add marshal role to allowed roles.merge-requests/2/head
parent
4cdc217b6e
commit
4a20e88566
|
@ -8,7 +8,8 @@ export default class Lock extends Command {
|
||||||
super(client);
|
super(client);
|
||||||
this.name = 'lock';
|
this.name = 'lock';
|
||||||
this.description = 'Locks an account.';
|
this.description = 'Locks an account.';
|
||||||
this.permissions = { roles: ['455972169449734144', '643619219988152321'] };
|
this.usage = `${this.client.config.prefix}lock [username || user ID] [Reason]`;
|
||||||
|
this.permissions = { roles: ['455972169449734144', '643619219988152321', '662163685439045632'] };
|
||||||
this.enabled = true;
|
this.enabled = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue