Merge branch 'master' of gitlab.libraryofcode.org:engineering/cloudservices

merge-requests/4/head
Matthew 2020-07-22 22:04:51 -04:00
commit dd12ff6d1c
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
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.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