Better Name for Badge
This commit is contained in:
parent
e01cb7d319
commit
dd5c55cc0c
1 changed files with 4 additions and 3 deletions
|
@ -81,7 +81,7 @@ export default definePlugin({
|
||||||
usesAutomod:{
|
usesAutomod:{
|
||||||
type: OptionType.BOOLEAN
|
type: OptionType.BOOLEAN
|
||||||
},
|
},
|
||||||
orginallyKnownAs:{
|
legacyUsername:{
|
||||||
type: OptionType.BOOLEAN
|
type: OptionType.BOOLEAN
|
||||||
},
|
},
|
||||||
aClownForATime:{
|
aClownForATime:{
|
||||||
|
@ -220,12 +220,13 @@ export default definePlugin({
|
||||||
link: ""
|
link: ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "Originally know as",
|
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.orginallyKnownAs,
|
shouldShow: ({ userId }) => isCurrentUser(userId) && this.settings.store.legacyUsernames,
|
||||||
link: ""
|
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",
|
description: "A clown, for a limited time",
|
||||||
image: "https://discord.com/assets/971cfe4aa5c0582000ea.svg",
|
image: "https://discord.com/assets/971cfe4aa5c0582000ea.svg",
|
||||||
|
|
Loading…
Reference in a new issue