Merge branch 'dev'

pull/29/head
Matthew 2020-07-13 00:06:46 -04:00
commit 2a26364a3b
No known key found for this signature in database
GPG Key ID: 210AF32ADE3B5C4B
1 changed files with 1 additions and 1 deletions

View File

@ -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 <channel> [member ID]`;
this.aliases = ['sm'];
this.permissions = 3;
this.permissions = 7;
this.guildOnly = true;
this.enabled = true;
}