formatting fix

This commit is contained in:
Krystal 2024-10-02 00:30:28 -04:00
parent 267a9d5ae6
commit e01cb7d319

View file

@ -204,14 +204,14 @@ export default definePlugin({
shouldShow: ({ userId }) => isCurrentUser(userId) && this.settings.store.supportsCommands,
link: "https://discord.com/blog/welcome-to-the-new-era-of-discord-apps?ref=badge"
},
// these badges dont have a link because they literally dont link anywhere
{
description: "Premium App",
image: "https://cdn.discordapp.com/badge-icons/d2010c413a8da2208b7e4f35bd8cd4ac.png",
position: Badges.BadgePosition.END,
shouldShow: ({ userId }) => isCurrentUser(userId) && this.settings.store.premiumApp,
link: "https://discord.com/blog/welcome-to-the-new-era-of-discord-apps?ref=badge"
link: ""
},
// these badges dont have a link because they literally dont link anywhere
{
description: "Uses Automod",
image: "https://cdn.discordapp.com/badge-icons/f2459b691ac7453ed6039bbcfaccbfcd.png",