Update PluginRepo.plugin.js
This commit is contained in:
parent
f4ccc88905
commit
bf2ea5e86e
|
@ -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"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue