From e01cb7d319f6ac166e4ec3c7e4bdba661772d9c4 Mon Sep 17 00:00:00 2001 From: Krystal Date: Wed, 2 Oct 2024 00:30:28 -0400 Subject: [PATCH] formatting fix --- index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",