3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-18 07:35:02 +00:00

Fix unload clear() call in CompanionChannelPlugin

This commit is contained in:
Dragory 2019-07-11 12:29:50 +03:00
parent 920e50dda0
commit 683a9d6e6a

View file

@ -40,7 +40,7 @@ export class CompanionChannelPlugin extends ZeppelinPlugin<ICompanionChannelPlug
}
onUnload() {
this.companionChannels.clear;
this.companionChannels.clear();
}
async handleCompanionPermissions(userID: string, voiceChannelId: string, remove?: boolean) {