Update 0BDFDB.plugin.js

This commit is contained in:
Mirco Wittrien 2021-01-15 21:04:05 +01:00
parent fdc5ee254c
commit c436dd793b
1 changed files with 2 additions and 7 deletions

View File

@ -16,15 +16,10 @@ module.exports = (_ => {
"info": { "info": {
"name": "BDFDB", "name": "BDFDB",
"author": "DevilBro", "author": "DevilBro",
"version": "1.2.9", "version": "1.3.0",
"description": "Give other plugins utility functions" "description": "Give other plugins utility functions"
}, },
"rawUrl": "https://mwittrien.github.io/BetterDiscordAddons/Library/0BDFDB.plugin.js", "rawUrl": "https://mwittrien.github.io/BetterDiscordAddons/Library/0BDFDB.plugin.js"
"changeLog": {
"fixed": {
"New Pagination": "Fixed issues with the new pagination style and logic"
}
}
}; };
const DiscordObjects = {}; const DiscordObjects = {};