formatting fix
This commit is contained in:
parent
267a9d5ae6
commit
e01cb7d319
1 changed files with 2 additions and 2 deletions
|
@ -204,14 +204,14 @@ export default definePlugin({
|
||||||
shouldShow: ({ userId }) => isCurrentUser(userId) && this.settings.store.supportsCommands,
|
shouldShow: ({ userId }) => isCurrentUser(userId) && this.settings.store.supportsCommands,
|
||||||
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
|
||||||
{
|
{
|
||||||
description: "Premium App",
|
description: "Premium App",
|
||||||
image: "https://cdn.discordapp.com/badge-icons/d2010c413a8da2208b7e4f35bd8cd4ac.png",
|
image: "https://cdn.discordapp.com/badge-icons/d2010c413a8da2208b7e4f35bd8cd4ac.png",
|
||||||
position: Badges.BadgePosition.END,
|
position: Badges.BadgePosition.END,
|
||||||
shouldShow: ({ userId }) => isCurrentUser(userId) && this.settings.store.premiumApp,
|
shouldShow: ({ userId }) => isCurrentUser(userId) && this.settings.store.premiumApp,
|
||||||
link: "https://discord.com/blog/welcome-to-the-new-era-of-discord-apps?ref=badge"
|
link: ""
|
||||||
},
|
},
|
||||||
// these badges dont have a link because they literally dont link anywhere
|
|
||||||
{
|
{
|
||||||
description: "Uses Automod",
|
description: "Uses Automod",
|
||||||
image: "https://cdn.discordapp.com/badge-icons/f2459b691ac7453ed6039bbcfaccbfcd.png",
|
image: "https://cdn.discordapp.com/badge-icons/f2459b691ac7453ed6039bbcfaccbfcd.png",
|
||||||
|
|
Loading…
Reference in a new issue