limit store msgs commands to Directors only

merge-requests/15/head
Matthew 2020-07-13 00:05:48 -04:00
parent 98216ceecf
commit 191bc855ac
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;
}