disable members cmd'

merge-requests/15/head
Matthew 2020-07-12 01:11:33 -04:00
parent 2e96cb94aa
commit 045d773475
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ export default class extends Command {
this.description = 'Gets a list of members in the server or members in a specific role.'; this.description = 'Gets a list of members in the server or members in a specific role.';
this.usage = `${this.client.config.prefix}members [role name]`; this.usage = `${this.client.config.prefix}members [role name]`;
this.guildOnly = true; this.guildOnly = true;
this.enabled = true; this.enabled = false;
} }
public async run(message: Message, args: string[]) { public async run(message: Message, args: string[]) {