change perms
parent
22ac5faa22
commit
0639fb894f
|
@ -11,7 +11,7 @@ export default class Inquiry_Remove extends Command {
|
||||||
this.description = 'Removes a Hard Inquiry.';
|
this.description = 'Removes a Hard Inquiry.';
|
||||||
this.usage = `${this.client.config.prefix}inquiry rm <inquiry id>`;
|
this.usage = `${this.client.config.prefix}inquiry rm <inquiry id>`;
|
||||||
this.aliases = ['remove', 'delete'];
|
this.aliases = ['remove', 'delete'];
|
||||||
this.permissions = 2;
|
this.permissions = 4;
|
||||||
this.guildOnly = true;
|
this.guildOnly = true;
|
||||||
this.enabled = true;
|
this.enabled = true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue