diff --git a/src/commands/inquiry_rm.ts b/src/commands/inquiry_rm.ts index 5076049..d24b6f5 100644 --- a/src/commands/inquiry_rm.ts +++ b/src/commands/inquiry_rm.ts @@ -11,7 +11,7 @@ export default class Inquiry_Remove extends Command { this.description = 'Removes a Hard Inquiry.'; this.usage = `${this.client.config.prefix}inquiry rm `; this.aliases = ['remove', 'delete']; - this.permissions = 2; + this.permissions = 4; this.guildOnly = true; this.enabled = true; }