From ff3097e819a22fbda70c4faa1914908b87e1eb1b Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Mon, 23 Nov 2020 18:10:03 +0100 Subject: [PATCH] Update 0BDFDB.plugin.js --- Library/0BDFDB.plugin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index b0fd63a199..ac17d6c6bc 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -16,7 +16,7 @@ module.exports = (_ => { "info": { "name": "BDFDB", "author": "DevilBro", - "version": "1.1.6", + "version": "1.1.7", "description": "Give other plugins utility functions" }, "rawUrl": "https://mwittrien.github.io/BetterDiscordAddons/Library/0BDFDB.plugin.js", @@ -7211,7 +7211,7 @@ module.exports = (_ => { subheader: "", className: BDFDB.disCN._repomodal, size: "MEDIUM", - children: plugin.getSettingsPanel, + children: plugin.getSettingsPanel(), buttons: [{contents: BDFDB.LanguageUtils.LanguageStrings.DONE, color: "BRAND", close: true}] }); });