diff --git a/index.tsx b/index.tsx index 6c9e57b..a6ccc6c 100644 --- a/index.tsx +++ b/index.tsx @@ -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",