Update PluginRepo.plugin.js

This commit is contained in:
Mirco Wittrien 2022-12-11 17:40:07 +01:00 committed by GitHub
parent f4ccc88905
commit bf2ea5e86e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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"
},