Update 0BDFDB.plugin.js

This commit is contained in:
Mirco Wittrien 2021-03-06 22:55:49 +01:00
parent 47c55dbe05
commit ed91f013ee
1 changed files with 7 additions and 2 deletions

View File

@ -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 = {};