MORE BADGES 🦅🦅🔥🔥🗣 #1
1 changed files with 4 additions and 3 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue