change perms

merge-requests/25/merge
Matthew 2021-04-12 20:11:12 -04:00
parent 22ac5faa22
commit 0639fb894f
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }