fix issue with aliases and add further typings to Command
parent
e0695fe39c
commit
9a1c63a9ca
|
@ -42,6 +42,8 @@ export default class Command {
|
|||
|
||||
constructor(client: Client) {
|
||||
this.client = client;
|
||||
|
||||
this.aliases = [];
|
||||
}
|
||||
|
||||
public checkPermissions(member: Member): boolean {
|
||||
|
|
Loading…
Reference in New Issue