From dd5c55cc0c2883d231d0314096c940fed66d54e0 Mon Sep 17 00:00:00 2001 From: Krystal Date: Wed, 2 Oct 2024 00:40:47 -0400 Subject: [PATCH] Better Name for Badge --- index.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/index.tsx b/index.tsx index a6ccc6c..53733a2 100644 --- a/index.tsx +++ b/index.tsx @@ -81,7 +81,7 @@ export default definePlugin({ usesAutomod:{ type: OptionType.BOOLEAN }, - orginallyKnownAs:{ + legacyUsername:{ type: OptionType.BOOLEAN }, aClownForATime:{ @@ -220,12 +220,13 @@ export default definePlugin({ link: "" }, { - description: "Originally know as", + description: "Legacy Username", image: "https://cdn.discordapp.com/badge-icons/6de6d34650760ba5551a79732e98ed60.png", position: Badges.BadgePosition.END, - shouldShow: ({ userId }) => isCurrentUser(userId) && this.settings.store.orginallyKnownAs, + shouldShow: ({ userId }) => isCurrentUser(userId) && this.settings.store.legacyUsernames, link: "" }, + // Im linking to a dicord video about lootboxs incase someone doesnt know the context behind this badge { description: "A clown, for a limited time", image: "https://discord.com/assets/971cfe4aa5c0582000ea.svg",