Update PluginRepo.plugin.js
This commit is contained in:
parent
f4ccc88905
commit
bf2ea5e86e
|
@ -2,7 +2,7 @@
|
||||||
* @name PluginRepo
|
* @name PluginRepo
|
||||||
* @author DevilBro
|
* @author DevilBro
|
||||||
* @authorId 278543574059057154
|
* @authorId 278543574059057154
|
||||||
* @version 2.4.4
|
* @version 2.4.5
|
||||||
* @description Allows you to download all Plugins from BD's Website within Discord
|
* @description Allows you to download all Plugins from BD's Website within Discord
|
||||||
* @invite Jx3TjNS
|
* @invite Jx3TjNS
|
||||||
* @donate https://www.paypal.me/MircoWittrien
|
* @donate https://www.paypal.me/MircoWittrien
|
||||||
|
@ -72,12 +72,12 @@ module.exports = (_ => {
|
||||||
};
|
};
|
||||||
const buttonData = {
|
const buttonData = {
|
||||||
INSTALLED: {
|
INSTALLED: {
|
||||||
backgroundColor: BDFDB.DiscordConstants.ColorVariables["status-positive"],
|
backgroundColor: "var(--status-positive)",
|
||||||
icon: "CHECKMARK",
|
icon: "CHECKMARK",
|
||||||
text: "installed"
|
text: "installed"
|
||||||
},
|
},
|
||||||
OUTDATED: {
|
OUTDATED: {
|
||||||
backgroundColor: BDFDB.DiscordConstants.ColorVariables["status-danger"],
|
backgroundColor: "var(--status-danger)",
|
||||||
icon: "CLOSE",
|
icon: "CLOSE",
|
||||||
text: "outdated"
|
text: "outdated"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue