fix members cmd

merge-requests/15/head
Matthew 2020-07-20 04:31:04 -04:00
parent cd098deb9b
commit 8ce7ff1f3d
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 Members extends Command {
this.name = 'members';
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.permissions = 0;
this.guildOnly = true;
this.enabled = true;
}