From ed91f013ee1dd39b33116a046b2540e928e8bb4d Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sat, 6 Mar 2021 22:55:49 +0100 Subject: [PATCH] Update 0BDFDB.plugin.js --- Library/0BDFDB.plugin.js | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index 9e02b8e41e..3b7da39783 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -22,10 +22,15 @@ module.exports = (_ => { "info": { "name": "BDFDB", "author": "DevilBro", - "version": "1.4.3", + "version": "1.4.4", "description": "Required Library for DevilBro's Plugins" }, - "rawUrl": `${myGithub}/Library/0BDFDB.plugin.js` + "rawUrl": `${myGithub}/Library/0BDFDB.plugin.js`, + "changeLog": { + "progress": { + "Crash Issue": "If you encounter a crash while using the chat textarea to write a message, then you'll need to reinstall BD, this has nothing to do with any plugins" + } + } }; const DiscordObjects = {};