typo
This commit is contained in:
parent
dd5c55cc0c
commit
57275357b5
1 changed files with 1 additions and 1 deletions
|
@ -223,7 +223,7 @@ export default definePlugin({
|
|||
description: "Legacy Username",
|
||||
image: "https://cdn.discordapp.com/badge-icons/6de6d34650760ba5551a79732e98ed60.png",
|
||||
position: Badges.BadgePosition.END,
|
||||
shouldShow: ({ userId }) => isCurrentUser(userId) && this.settings.store.legacyUsernames,
|
||||
shouldShow: ({ userId }) => isCurrentUser(userId) && this.settings.store.legacyUsername,
|
||||
link: ""
|
||||
},
|
||||
// Im linking to a dicord video about lootboxs incase someone doesnt know the context behind this badge
|
||||
|
|
Loading…
Reference in a new issue