This commit is contained in:
Krystal 2024-10-02 00:48:31 -04:00
parent dd5c55cc0c
commit 57275357b5

View file

@ -223,7 +223,7 @@ export default definePlugin({
description: "Legacy Username", description: "Legacy Username",
image: "https://cdn.discordapp.com/badge-icons/6de6d34650760ba5551a79732e98ed60.png", image: "https://cdn.discordapp.com/badge-icons/6de6d34650760ba5551a79732e98ed60.png",
position: Badges.BadgePosition.END, position: Badges.BadgePosition.END,
shouldShow: ({ userId }) => isCurrentUser(userId) && this.settings.store.legacyUsernames, shouldShow: ({ userId }) => isCurrentUser(userId) && this.settings.store.legacyUsername,
link: "" link: ""
}, },
// Im linking to a dicord video about lootboxs incase someone doesnt know the context behind this badge // Im linking to a dicord video about lootboxs incase someone doesnt know the context behind this badge