Fix undefined/storage file

This commit is contained in:
Samuel Elliott 2019-03-09 21:23:36 +00:00
parent aecfa814f9
commit dc85a808f8
No known key found for this signature in database
GPG Key ID: 8420C7CDE43DC4D6
1 changed files with 0 additions and 1 deletions

View File

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