perms is declared but never used

merge-requests/1/merge
Matthew 2019-10-27 21:18:20 -04:00
parent e9ae7c3ee8
commit 0633564e6a
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 1 additions and 0 deletions

View File

@ -28,5 +28,6 @@ export default class Command {
this.aliases = [];
this.guildOnly = true;
this.client = client;
this.permissions = {};
}
}