disable members cmd'
parent
2e96cb94aa
commit
045d773475
|
@ -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[]) {
|
||||||
|
|
Loading…
Reference in New Issue