From c436dd793bfa0a7d583eb80c454ed79d2fdd6087 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Fri, 15 Jan 2021 21:04:05 +0100 Subject: [PATCH] Update 0BDFDB.plugin.js --- Library/0BDFDB.plugin.js | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/Library/0BDFDB.plugin.js b/Library/0BDFDB.plugin.js index de32df8de3..30522fb453 100644 --- a/Library/0BDFDB.plugin.js +++ b/Library/0BDFDB.plugin.js @@ -16,15 +16,10 @@ module.exports = (_ => { "info": { "name": "BDFDB", "author": "DevilBro", - "version": "1.2.9", + "version": "1.3.0", "description": "Give other plugins utility functions" }, - "rawUrl": "https://mwittrien.github.io/BetterDiscordAddons/Library/0BDFDB.plugin.js", - "changeLog": { - "fixed": { - "New Pagination": "Fixed issues with the new pagination style and logic" - } - } + "rawUrl": "https://mwittrien.github.io/BetterDiscordAddons/Library/0BDFDB.plugin.js" }; const DiscordObjects = {};