1
0
Fork 0

Add usage

refactor/models
Bsian 2020-07-20 23:56:55 +01:00
parent 85dd17eebb
commit a314a98957
No known key found for this signature in database
GPG Key ID: 097FB9A291026091
1 changed files with 1 additions and 0 deletions

View File

@ -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