diff --git a/src/commands/storemessages.ts b/src/commands/storemessages.ts index ef93c6b..44d1292 100644 --- a/src/commands/storemessages.ts +++ b/src/commands/storemessages.ts @@ -9,7 +9,7 @@ export default class StoreMessages extends Command { this.description = 'Fetches 1000 messages from the specified channel and stores them in a HTML file.'; this.usage = `${this.client.config.prefix}storemessages [member ID]`; this.aliases = ['sm']; - this.permissions = 3; + this.permissions = 7; this.guildOnly = true; this.enabled = true; }