Update 0BDFDB.plugin.js

This commit is contained in:
Mirco Wittrien 2021-03-15 17:14:12 +01:00 committed by GitHub
parent 8a8e575100
commit 32c5a1453d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -2,7 +2,7 @@
* @name BDFDB
* @author DevilBro
* @authorId 278543574059057154
* @version 1.4.7
* @version 1.4.8
* @description Required Library for DevilBro's Plugins
* @invite Jx3TjNS
* @donate https://www.paypal.me/MircoWittrien
@ -22,13 +22,16 @@ module.exports = (_ => {
"info": {
"name": "BDFDB",
"author": "DevilBro",
"version": "1.4.7",
"version": "1.4.8",
"description": "Required Library for DevilBro's Plugins"
},
"rawUrl": `https://mwittrien.github.io/BetterDiscordAddons/Library/0BDFDB.plugin.js`,
"changeLog": {
"added": {
"Date Input Component": "Added new Internal Component for Plugins like CreationDate, CompleteTimestamps etc."
},
"fixed": {
"Date Input Component 12h Mode": ""
}
}
};