fixes
parent
ca54a92545
commit
c9ff543c26
|
@ -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'] };
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue