Better Name for Badge

This commit is contained in:
Krystal 2024-10-02 00:40:47 -04:00
parent e01cb7d319
commit dd5c55cc0c

View file

@ -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",