i found the badge
This commit is contained in:
parent
8d8a1ef21d
commit
267a9d5ae6
1 changed files with 2 additions and 3 deletions
|
@ -204,7 +204,6 @@ export default definePlugin({
|
||||||
shouldShow: ({ userId }) => isCurrentUser(userId) && this.settings.store.supportsCommands,
|
shouldShow: ({ userId }) => isCurrentUser(userId) && this.settings.store.supportsCommands,
|
||||||
link: "https://discord.com/blog/welcome-to-the-new-era-of-discord-apps?ref=badge"
|
link: "https://discord.com/blog/welcome-to-the-new-era-of-discord-apps?ref=badge"
|
||||||
},
|
},
|
||||||
|
|
||||||
{
|
{
|
||||||
description: "Premium App",
|
description: "Premium App",
|
||||||
image: "https://cdn.discordapp.com/badge-icons/d2010c413a8da2208b7e4f35bd8cd4ac.png",
|
image: "https://cdn.discordapp.com/badge-icons/d2010c413a8da2208b7e4f35bd8cd4ac.png",
|
||||||
|
@ -229,10 +228,10 @@ export default definePlugin({
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "A clown, for a limited time",
|
description: "A clown, for a limited time",
|
||||||
image: "",
|
image: "https://discord.com/assets/971cfe4aa5c0582000ea.svg",
|
||||||
position: Badges.BadgePosition.END,
|
position: Badges.BadgePosition.END,
|
||||||
shouldShow: ({ userId }) => isCurrentUser(userId) && this.settings.store.aClownForATime,
|
shouldShow: ({ userId }) => isCurrentUser(userId) && this.settings.store.aClownForATime,
|
||||||
link: ""
|
link: "https://youtu.be/cc2-4ci4G84"
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
NativeBadges.forEach(b => Badges.addBadge(b));
|
NativeBadges.forEach(b => Badges.addBadge(b));
|
||||||
|
|
Loading…
Reference in a new issue