Add usage
parent
85dd17eebb
commit
a314a98957
|
@ -9,6 +9,7 @@ export default class Lock extends Command {
|
|||
this.description = 'Locks an account.';
|
||||
this.permissions = { roles: ['662163685439045632', '701454780828221450'] };
|
||||
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
|
||||
|
|
Loading…
Reference in New Issue