Update 0BDFDB.plugin.js

This commit is contained in:
Mirco Wittrien 2021-04-18 13:33:33 +02:00
parent cb95e4f8a8
commit 284d2137b1
1 changed files with 3 additions and 11 deletions

View File

@ -2,7 +2,7 @@
* @name BDFDB
* @author DevilBro
* @authorId 278543574059057154
* @version 1.5.7
* @version 1.5.8
* @description Required Library for DevilBro's Plugins
* @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien
@ -22,18 +22,10 @@ module.exports = (_ => {
"info": {
"name": "BDFDB",
"author": "DevilBro",
"version": "1.5.7",
"version": "1.5.8",
"description": "Required Library for DevilBro's Plugins"
},
"rawUrl": `https://mwittrien.github.io/BetterDiscordAddons/Library/0BDFDB.plugin.js`,
"changeLog": {
"fixed": {
"Break on old BD": "Fixed Library not initializing on the outdated BD version"
},
"added": {
"Date Input Timezone": "Added option to change timezone for date format inputs"
}
}
"rawUrl": `https://mwittrien.github.io/BetterDiscordAddons/Library/0BDFDB.plugin.js`
};
const DiscordObjects = {};