fix issue with aliases and add further typings to Command

merge-requests/1/merge
Matthew 2020-04-14 19:02:55 -04:00
parent e0695fe39c
commit 9a1c63a9ca
No known key found for this signature in database
GPG Key ID: 766BE43AE75F7559
1 changed files with 2 additions and 0 deletions

View File

@ -42,6 +42,8 @@ export default class Command {
constructor(client: Client) {
this.client = client;
this.aliases = [];
}
public checkPermissions(member: Member): boolean {