1
0
Fork 0
refactor/models
Matthew 2020-11-07 04:54:57 -05:00
parent ca54a92545
commit c9ff543c26
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ export default class Users extends Command {
super(client); super(client);
this.name = 'users'; this.name = 'users';
this.description = 'Pulls up users.'; this.description = 'Pulls up users.';
this.usage = `${this.client.config.prefix}users <filter: t1 | t2 | t3`; this.usage = `${this.client.config.prefix}users <filter: t1 | t2 | t3>`;
this.enabled = true; this.enabled = true;
this.permissions = { roles: ['662163685439045632', '701454780828221450'] }; this.permissions = { roles: ['662163685439045632', '701454780828221450'] };
} }