From c84d7f42628fdd8cf73fd26bf42fa039d038f191 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Tue, 7 Jun 2022 12:12:47 +0200 Subject: [PATCH] Update ThemeRepo.plugin.js --- Plugins/ThemeRepo/ThemeRepo.plugin.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Plugins/ThemeRepo/ThemeRepo.plugin.js b/Plugins/ThemeRepo/ThemeRepo.plugin.js index 56eb87759b..5f71228ea9 100644 --- a/Plugins/ThemeRepo/ThemeRepo.plugin.js +++ b/Plugins/ThemeRepo/ThemeRepo.plugin.js @@ -2,7 +2,7 @@ * @name ThemeRepo * @author DevilBro * @authorId 278543574059057154 - * @version 2.3.1 + * @version 2.3.2 * @description Allows you to download all Themes from BD's Website within Discord * @invite Jx3TjNS * @donate https://www.paypal.me/MircoWittrien @@ -17,7 +17,7 @@ module.exports = (_ => { "info": { "name": "ThemeRepo", "author": "DevilBro", - "version": "2.3.1", + "version": "2.3.2", "description": "Allows you to download all Themes from BD's Website within Discord" } }; @@ -1471,7 +1471,7 @@ module.exports = (_ => { } compareVersions (v1, v2) { - return v1 == v2 || BDFDB.NumberUtils.compareVersions(v1, v2); + return !(v1 == v2 || !BDFDB.NumberUtils.compareVersions(v1, v2)); } getInstalledTheme (theme) {