From dc85a808f865bdf788eecc31078b1cdc9783c4e7 Mon Sep 17 00:00:00 2001 From: Samuel Elliott Date: Sat, 9 Mar 2019 21:23:36 +0000 Subject: [PATCH] Fix undefined/storage file --- core/src/main.js | 1 - 1 file changed, 1 deletion(-) diff --git a/core/src/main.js b/core/src/main.js index c8f09511..721bf0a7 100644 --- a/core/src/main.js +++ b/core/src/main.js @@ -220,7 +220,6 @@ export class BetterDiscord { this.parseClientPackage(); this.parseEditorPackage(); this.parseCorePackage(); - this.database.init(); configProxy = () => this.config; const autoInitComms = this.comms;