diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index 013a788fe4..9e3c259720 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -7486,7 +7486,7 @@ module.exports = (_ => { getVersion () {return config.info.version;} getDescription () {return config.info.description;} - load () {} + load () {if (!BDFDB.BDUtils.isPluginEnabled(config.info.name)) BDFDB.BDUtils.enablePlugin(config.info.name);} start() {} stop() {} diff --git a/Plugins/CustomQuoter/CustomQuoter.plugin.js b/Plugins/CustomQuoter/CustomQuoter.plugin.js index 5e90144727..bc9310a5e8 100644 --- a/Plugins/CustomQuoter/CustomQuoter.plugin.js +++ b/Plugins/CustomQuoter/CustomQuoter.plugin.js @@ -5,7 +5,7 @@ module.exports = (_ => { "info": { "name": "CustomQuoter", "author": "DevilBro", - "version": "1.1.5", + "version": "1.1.6", "description": "Let's you customize the output of the native quote feature of Discord." } }; @@ -156,7 +156,7 @@ module.exports = (_ => { BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.FormComponents.FormDivider, { className: BDFDB.disCN.marginbottom20 }) - ].concat(Object.keys(formats).map(key = BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Card, { + ].concat(Object.keys(formats).map(key => BDFDB.ReactUtils.createElement(BDFDB.LibraryComponents.Card, { cardId: key, noRemove: key == "Standard", onRemove: _ => {