Merge branch 'master' of gitlab.libraryofcode.org:engineering/cloudservices
commit
dd12ff6d1c
|
@ -9,6 +9,7 @@ export default class Lock extends Command {
|
||||||
this.description = 'Locks an account.';
|
this.description = 'Locks an account.';
|
||||||
this.permissions = { roles: ['662163685439045632', '701454780828221450'] };
|
this.permissions = { roles: ['662163685439045632', '701454780828221450'] };
|
||||||
this.enabled = true;
|
this.enabled = true;
|
||||||
|
this.usage = `${this.client.config.prefix}lock [User Name | User ID/Mention] <Time> [Reason]`;
|
||||||
}
|
}
|
||||||
|
|
||||||
public async run(message: Message, args: string[]) { // eslint-disable-line
|
public async run(message: Message, args: string[]) { // eslint-disable-line
|
||||||
|
|
Loading…
Reference in New Issue