init comms module duh

This commit is contained in:
Jiiks 2019-02-17 14:14:07 +02:00
parent 021e282b1c
commit ccff016820
1 changed files with 1 additions and 0 deletions

View File

@ -151,6 +151,7 @@ export class BetterDiscord {
this.database.init();
configProxy = () => this.config;
const autoInitComms = this.comms;
this.init();
}