From 284d2137b174ffd335dcf7bf2c6d7af576b68c36 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sun, 18 Apr 2021 13:33:33 +0200 Subject: [PATCH] Update 0BDFDB.plugin.js --- Library/0BDFDB.plugin.js | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index b0c39c65c8..0d3c12ea13 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -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 = {};