From 6699fcc1e70c1c885afce7d702e0e370fe8d2f18 Mon Sep 17 00:00:00 2001 From: Jiiks Date: Sun, 17 Feb 2019 12:22:13 +0200 Subject: [PATCH] add base for compatibility --- core/src/main.js | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/main.js b/core/src/main.js index 914abede..21de7b9d 100644 --- a/core/src/main.js +++ b/core/src/main.js @@ -231,6 +231,7 @@ export class BetterDiscord { const themePath = path.resolve(extPath, 'themes'); const modulePath = path.resolve(extPath, 'modules'); + this.config.addPath('base', baseDataPath); this.config.addPath('ext', extPath); this.config.addPath('plugins', pluginPath); this.config.addPath('themes', themePath);