From bf2ea5e86e988f22f071bf3c1d2119fc1c4ca5c9 Mon Sep 17 00:00:00 2001 From: Mirco Wittrien Date: Sun, 11 Dec 2022 17:40:07 +0100 Subject: [PATCH] Update PluginRepo.plugin.js --- Plugins/PluginRepo/PluginRepo.plugin.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Plugins/PluginRepo/PluginRepo.plugin.js b/Plugins/PluginRepo/PluginRepo.plugin.js index 5c9507c346..0ce5844d18 100644 --- a/Plugins/PluginRepo/PluginRepo.plugin.js +++ b/Plugins/PluginRepo/PluginRepo.plugin.js @@ -2,7 +2,7 @@ * @name PluginRepo * @author DevilBro * @authorId 278543574059057154 - * @version 2.4.4 + * @version 2.4.5 * @description Allows you to download all Plugins from BD's Website within Discord * @invite Jx3TjNS * @donate https://www.paypal.me/MircoWittrien @@ -72,12 +72,12 @@ module.exports = (_ => { }; const buttonData = { INSTALLED: { - backgroundColor: BDFDB.DiscordConstants.ColorVariables["status-positive"], + backgroundColor: "var(--status-positive)", icon: "CHECKMARK", text: "installed" }, OUTDATED: { - backgroundColor: BDFDB.DiscordConstants.ColorVariables["status-danger"], + backgroundColor: "var(--status-danger)", icon: "CLOSE", text: "outdated" },