what in the bad spelling
This commit is contained in:
parent
65e6c4dbad
commit
e7f724bc86
1 changed files with 3 additions and 3 deletions
|
@ -212,7 +212,7 @@ export default definePlugin({
|
||||||
link: "https://discord.com/blog/welcome-to-the-new-era-of-discord-apps?ref=badge"
|
link: "https://discord.com/blog/welcome-to-the-new-era-of-discord-apps?ref=badge"
|
||||||
},
|
},
|
||||||
|
|
||||||
// these badges dont have a link because they literally dont link anywhere
|
// these badges don't have a link because they literally don't link anywhere
|
||||||
{
|
{
|
||||||
description: "Premium App",
|
description: "Premium App",
|
||||||
image: "https://cdn.discordapp.com/badge-icons/d2010c413a8da2208b7e4f35bd8cd4ac.png",
|
image: "https://cdn.discordapp.com/badge-icons/d2010c413a8da2208b7e4f35bd8cd4ac.png",
|
||||||
|
@ -221,7 +221,7 @@ export default definePlugin({
|
||||||
link: ""
|
link: ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "Uses Automod",
|
description: "Uses AutoMod",
|
||||||
image: "https://cdn.discordapp.com/badge-icons/f2459b691ac7453ed6039bbcfaccbfcd.png",
|
image: "https://cdn.discordapp.com/badge-icons/f2459b691ac7453ed6039bbcfaccbfcd.png",
|
||||||
position: Badges.BadgePosition.END,
|
position: Badges.BadgePosition.END,
|
||||||
shouldShow: ({ userId }) => isCurrentUser(userId) && !!settings.store.usesAutomod,
|
shouldShow: ({ userId }) => isCurrentUser(userId) && !!settings.store.usesAutomod,
|
||||||
|
@ -235,7 +235,7 @@ export default definePlugin({
|
||||||
link: ""
|
link: ""
|
||||||
},
|
},
|
||||||
|
|
||||||
// Im linking to a dicord video about lootboxs incase someone doesnt know the context behind this badge
|
// Im linking to a discord video about lootboxes incase someone doesn't 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…
Add table
Reference in a new issue