forked from userplugins/clientSideBadges
Add New Nitro Badges
This commit is contained in:
parent
530b03f01c
commit
204cd3c1a7
1 changed files with 232 additions and 116 deletions
348
index.tsx
348
index.tsx
|
@ -5,28 +5,176 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//
|
//
|
||||||
|
import "./style.css";
|
||||||
|
|
||||||
import { ProfileBadge } from "@api/Badges";
|
import { ProfileBadge } from "@api/Badges";
|
||||||
import { Badges } from "@api/index";
|
import { Badges } from "@api/index";
|
||||||
import { definePluginSettings } from "@api/Settings";
|
import { definePluginSettings } from "@api/Settings";
|
||||||
import { Devs } from "@utils/constants";
|
import { Devs } from "@utils/constants";
|
||||||
import definePlugin, { OptionType } from "@utils/types";
|
import definePlugin, { OptionType } from "@utils/types";
|
||||||
import { Forms, Toasts, UserStore } from "@webpack/common";
|
import { Forms, Toasts, UserStore } from "@webpack/common";
|
||||||
// eslint-disable-next-line unused-imports/no-unused-imports
|
|
||||||
import { User } from "discord-types/general";
|
|
||||||
|
|
||||||
import "./style.css";
|
|
||||||
|
|
||||||
function isCurrentUser(userId: string) {
|
function isCurrentUser(userId: string) {
|
||||||
const u = UserStore.getCurrentUser().id;
|
const u = UserStore.getCurrentUser().id;
|
||||||
return u == userId;
|
return u === userId;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const settings = definePluginSettings({
|
||||||
|
discordStaff: {
|
||||||
|
type: OptionType.BOOLEAN,
|
||||||
|
restartNeeded: true,
|
||||||
|
description: "Discord Staff"
|
||||||
|
},
|
||||||
|
partneredServerOwner: {
|
||||||
|
type: OptionType.BOOLEAN,
|
||||||
|
restartNeeded: true,
|
||||||
|
description: "Partnered Server Owner"
|
||||||
|
},
|
||||||
|
earlySupporter: {
|
||||||
|
type: OptionType.BOOLEAN,
|
||||||
|
restartNeeded: true,
|
||||||
|
description: "Early Supporter"
|
||||||
|
},
|
||||||
|
activeDeveloper: {
|
||||||
|
type: OptionType.BOOLEAN,
|
||||||
|
restartNeeded: true,
|
||||||
|
description: "Active Developer"
|
||||||
|
},
|
||||||
|
earlyVerifiedBotDeveloper: {
|
||||||
|
type: OptionType.BOOLEAN,
|
||||||
|
restartNeeded: true,
|
||||||
|
description: "Early Verified Bot Developer"
|
||||||
|
},
|
||||||
|
moderatorProgramsAlumni: {
|
||||||
|
type: OptionType.BOOLEAN,
|
||||||
|
restartNeeded: true,
|
||||||
|
description: "Moderator Programs Alumni"
|
||||||
|
},
|
||||||
|
bugHunter: {
|
||||||
|
type: OptionType.BOOLEAN,
|
||||||
|
restartNeeded: true,
|
||||||
|
description: "Discord Bug Hunter"
|
||||||
|
},
|
||||||
|
goldenBugHunter: {
|
||||||
|
type: OptionType.BOOLEAN,
|
||||||
|
restartNeeded: true,
|
||||||
|
description: "Discord Bug Hunter"
|
||||||
|
},
|
||||||
|
|
||||||
|
// shout out krystalskullofficial
|
||||||
|
// Nino missed some badges
|
||||||
|
hypesquadEvents: {
|
||||||
|
type: OptionType.BOOLEAN,
|
||||||
|
restartNeeded: true,
|
||||||
|
description: "HypeSquad Events"
|
||||||
|
},
|
||||||
|
houseOfBravery: {
|
||||||
|
type: OptionType.BOOLEAN,
|
||||||
|
restartNeeded: true,
|
||||||
|
description: "HypeSquad Bravery"
|
||||||
|
},
|
||||||
|
houseOfBrilliance: {
|
||||||
|
type: OptionType.BOOLEAN,
|
||||||
|
restartNeeded: true,
|
||||||
|
description: "HypeSquad Briliance"
|
||||||
|
},
|
||||||
|
houseOfBalance: {
|
||||||
|
type: OptionType.BOOLEAN,
|
||||||
|
restartNeeded: true,
|
||||||
|
description: "HypeSquad Balance"
|
||||||
|
},
|
||||||
|
discordQuests: {
|
||||||
|
type: OptionType.BOOLEAN,
|
||||||
|
restartNeeded: true,
|
||||||
|
description: "Discord Quests"
|
||||||
|
},
|
||||||
|
serverBooster: {
|
||||||
|
type: OptionType.BOOLEAN,
|
||||||
|
restartNeeded: true,
|
||||||
|
description: "Server Booster"
|
||||||
|
},
|
||||||
|
legacyUsername: {
|
||||||
|
type: OptionType.BOOLEAN,
|
||||||
|
restartNeeded: true,
|
||||||
|
description: "Legacy Username"
|
||||||
|
},
|
||||||
|
|
||||||
|
// These are badges meant for bots so idk why you would want but might as well add them
|
||||||
|
supportsCommands: {
|
||||||
|
type: OptionType.BOOLEAN,
|
||||||
|
restartNeeded: true,
|
||||||
|
description: "Supports Commands"
|
||||||
|
},
|
||||||
|
premiumApp: {
|
||||||
|
type: OptionType.BOOLEAN,
|
||||||
|
restartNeeded: true,
|
||||||
|
description: "Premium App"
|
||||||
|
},
|
||||||
|
usesAutomod: {
|
||||||
|
type: OptionType.BOOLEAN,
|
||||||
|
restartNeeded: true,
|
||||||
|
description: "Uses Automod"
|
||||||
|
},
|
||||||
|
|
||||||
|
// These is a badge discord made for april fools 2024, again idk why you would want it but might as well add it
|
||||||
|
aClownForATime: {
|
||||||
|
type: OptionType.BOOLEAN,
|
||||||
|
restartNeeded: true,
|
||||||
|
description: "A clown, for a limited time"
|
||||||
|
},
|
||||||
|
nitro: {
|
||||||
|
type: OptionType.SELECT,
|
||||||
|
restartNeeded: true,
|
||||||
|
description: "Discord Nitro",
|
||||||
|
options: [
|
||||||
|
{
|
||||||
|
label: "Nitro",
|
||||||
|
value: "nitro",
|
||||||
|
default: true
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Bronze",
|
||||||
|
value: "bronze"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Silver",
|
||||||
|
value: "silver"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Gold",
|
||||||
|
value: "gold"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Platinum",
|
||||||
|
value: "platinum"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Diamond",
|
||||||
|
value: "diamond"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Emerald",
|
||||||
|
value: "emerald"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Ruby",
|
||||||
|
value: "ruby"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: "Opal",
|
||||||
|
value: "opal"
|
||||||
|
},
|
||||||
|
]
|
||||||
|
},
|
||||||
|
});
|
||||||
|
|
||||||
export default definePlugin({
|
export default definePlugin({
|
||||||
name: "ClientSideBadges",
|
name: "ClientSideBadges",
|
||||||
description: "Adds client-side badges to your profile. Other users can't see them!",
|
description: "Adds client-side badges to your profile. Other users can't see them!",
|
||||||
authors: [
|
authors: [
|
||||||
Devs.nin0dev,
|
Devs.nin0dev,
|
||||||
{ name: "KrystalSkullOfficial", id: 929208515883569182n }
|
{ name: "KrystalSkullOfficial", id: 929208515883569182n },
|
||||||
|
{ name: "thororen", id: 848339671629299742n }
|
||||||
],
|
],
|
||||||
settingsAboutComponent: () => <>
|
settingsAboutComponent: () => <>
|
||||||
<Forms.FormText className="vc-badges-warning">
|
<Forms.FormText className="vc-badges-warning">
|
||||||
|
@ -37,151 +185,63 @@ export default definePlugin({
|
||||||
</Forms.FormText>
|
</Forms.FormText>
|
||||||
</>,
|
</>,
|
||||||
|
|
||||||
settings: definePluginSettings({
|
settings,
|
||||||
discordStaff: {
|
|
||||||
type: OptionType.BOOLEAN,
|
|
||||||
restartNeeded: true,
|
|
||||||
},
|
|
||||||
partneredServerOwner: {
|
|
||||||
type: OptionType.BOOLEAN,
|
|
||||||
restartNeeded: true,
|
|
||||||
},
|
|
||||||
earlySupporter: {
|
|
||||||
type: OptionType.BOOLEAN,
|
|
||||||
restartNeeded: true,
|
|
||||||
},
|
|
||||||
activeDeveloper: {
|
|
||||||
type: OptionType.BOOLEAN,
|
|
||||||
restartNeeded: true,
|
|
||||||
},
|
|
||||||
earlyVerifiedBotDeveloper: {
|
|
||||||
type: OptionType.BOOLEAN,
|
|
||||||
restartNeeded: true,
|
|
||||||
},
|
|
||||||
moderatorProgramsAlumni: {
|
|
||||||
type: OptionType.BOOLEAN,
|
|
||||||
restartNeeded: true,
|
|
||||||
},
|
|
||||||
bugHunter: {
|
|
||||||
type: OptionType.BOOLEAN,
|
|
||||||
restartNeeded: true,
|
|
||||||
},
|
|
||||||
goldenBugHunter: {
|
|
||||||
type: OptionType.BOOLEAN,
|
|
||||||
restartNeeded: true,
|
|
||||||
},
|
|
||||||
|
|
||||||
// shout out krystalskullofficial
|
|
||||||
// Nino missed some badges
|
|
||||||
hypesquadEvents: {
|
|
||||||
type: OptionType.BOOLEAN,
|
|
||||||
restartNeeded: true,
|
|
||||||
},
|
|
||||||
houseOfBravery: {
|
|
||||||
type: OptionType.BOOLEAN,
|
|
||||||
restartNeeded: true,
|
|
||||||
},
|
|
||||||
houseOfBrilliance: {
|
|
||||||
type: OptionType.BOOLEAN,
|
|
||||||
restartNeeded: true,
|
|
||||||
},
|
|
||||||
houseOfBalance: {
|
|
||||||
type: OptionType.BOOLEAN,
|
|
||||||
restartNeeded: true,
|
|
||||||
},
|
|
||||||
discordQuests: {
|
|
||||||
type: OptionType.BOOLEAN,
|
|
||||||
restartNeeded: true,
|
|
||||||
},
|
|
||||||
nitro: {
|
|
||||||
type: OptionType.BOOLEAN,
|
|
||||||
restartNeeded: true,
|
|
||||||
},
|
|
||||||
serverBooster: {
|
|
||||||
type: OptionType.BOOLEAN,
|
|
||||||
restartNeeded: true,
|
|
||||||
},
|
|
||||||
legacyUsername: {
|
|
||||||
type: OptionType.BOOLEAN,
|
|
||||||
restartNeeded: true,
|
|
||||||
},
|
|
||||||
|
|
||||||
// These are badges meant for bots so idk why you would want but might as well add them
|
|
||||||
supportsCommands: {
|
|
||||||
type: OptionType.BOOLEAN,
|
|
||||||
restartNeeded: true,
|
|
||||||
},
|
|
||||||
premiumApp: {
|
|
||||||
type: OptionType.BOOLEAN,
|
|
||||||
restartNeeded: true,
|
|
||||||
},
|
|
||||||
usesAutomod: {
|
|
||||||
type: OptionType.BOOLEAN,
|
|
||||||
restartNeeded: true,
|
|
||||||
},
|
|
||||||
|
|
||||||
// These is a badge discord made for april fools 2024, again idk why you would want it but might as well add it
|
|
||||||
aClownForATime: {
|
|
||||||
type: OptionType.BOOLEAN,
|
|
||||||
restartNeeded: true,
|
|
||||||
},
|
|
||||||
}),
|
|
||||||
async start() {
|
async start() {
|
||||||
const NativeBadges: ProfileBadge[] = [
|
const NativeBadges: ProfileBadge[] = [
|
||||||
{
|
{
|
||||||
description: "Discord Staff",
|
description: "Discord Staff",
|
||||||
image: "https://cdn.discordapp.com/badge-icons/5e74e9b61934fc1f67c65515d1f7e60d.png",
|
image: "https://cdn.discordapp.com/badge-icons/5e74e9b61934fc1f67c65515d1f7e60d.png",
|
||||||
position: Badges.BadgePosition.END,
|
position: Badges.BadgePosition.END,
|
||||||
shouldShow: ({ userId }) => isCurrentUser(userId) && this.settings.store.discordStaff,
|
shouldShow: ({ userId }) => isCurrentUser(userId) && !!settings.store.discordStaff,
|
||||||
link: "https://discord.com/company"
|
link: "https://discord.com/company"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "Partnered Server Owner",
|
description: "Partnered Server Owner",
|
||||||
image: "https://cdn.discordapp.com/badge-icons/3f9748e53446a137a052f3454e2de41e.png",
|
image: "https://cdn.discordapp.com/badge-icons/3f9748e53446a137a052f3454e2de41e.png",
|
||||||
position: Badges.BadgePosition.END,
|
position: Badges.BadgePosition.END,
|
||||||
shouldShow: ({ userId }) => isCurrentUser(userId) && this.settings.store.partneredServerOwner,
|
shouldShow: ({ userId }) => isCurrentUser(userId) && !!settings.store.partneredServerOwner,
|
||||||
link: "https://discord.com/partners"
|
link: "https://discord.com/partners"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "Early Supporter",
|
description: "Early Supporter",
|
||||||
image: "https://cdn.discordapp.com/badge-icons/7060786766c9c840eb3019e725d2b358.png",
|
image: "https://cdn.discordapp.com/badge-icons/7060786766c9c840eb3019e725d2b358.png",
|
||||||
position: Badges.BadgePosition.END,
|
position: Badges.BadgePosition.END,
|
||||||
shouldShow: ({ userId }) => isCurrentUser(userId) && this.settings.store.earlySupporter,
|
shouldShow: ({ userId }) => isCurrentUser(userId) && !!settings.store.earlySupporter,
|
||||||
link: "https://discord.com/settings/premium"
|
link: "https://discord.com/settings/premium"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "Active Developer",
|
description: "Active Developer",
|
||||||
image: "https://cdn.discordapp.com/badge-icons/6bdc42827a38498929a4920da12695d9.png",
|
image: "https://cdn.discordapp.com/badge-icons/6bdc42827a38498929a4920da12695d9.png",
|
||||||
position: Badges.BadgePosition.END,
|
position: Badges.BadgePosition.END,
|
||||||
shouldShow: ({ userId }) => isCurrentUser(userId) && this.settings.store.activeDeveloper,
|
shouldShow: ({ userId }) => isCurrentUser(userId) && !!settings.store.activeDeveloper,
|
||||||
link: "https://support-dev.discord.com/hc/en-us/articles/10113997751447"
|
link: "https://support-dev.discord.com/hc/en-us/articles/10113997751447"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "Early Verified Bot Developer",
|
description: "Early Verified Bot Developer",
|
||||||
image: "https://cdn.discordapp.com/badge-icons/6df5892e0f35b051f8b61eace34f4967.png",
|
image: "https://cdn.discordapp.com/badge-icons/6df5892e0f35b051f8b61eace34f4967.png",
|
||||||
position: Badges.BadgePosition.END,
|
position: Badges.BadgePosition.END,
|
||||||
shouldShow: ({ userId }) => isCurrentUser(userId) && this.settings.store.earlyVerifiedBotDeveloper,
|
shouldShow: ({ userId }) => isCurrentUser(userId) && !!settings.store.earlyVerifiedBotDeveloper,
|
||||||
link: "https://discord.com/settings/premium"
|
link: "https://discord.com/settings/premium"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "Moderator Programs Alumni",
|
description: "Moderator Programs Alumni",
|
||||||
image: "https://cdn.discordapp.com/badge-icons/fee1624003e2fee35cb398e125dc479b.png",
|
image: "https://cdn.discordapp.com/badge-icons/fee1624003e2fee35cb398e125dc479b.png",
|
||||||
position: Badges.BadgePosition.END,
|
position: Badges.BadgePosition.END,
|
||||||
shouldShow: ({ userId }) => isCurrentUser(userId) && this.settings.store.moderatorProgramsAlumni,
|
shouldShow: ({ userId }) => isCurrentUser(userId) && !!settings.store.moderatorProgramsAlumni,
|
||||||
link: "https://discord.com/settings/premium"
|
link: "https://discord.com/settings/premium"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "Discord Bug Hunter",
|
description: "Discord Bug Hunter",
|
||||||
image: "https://cdn.discordapp.com/badge-icons/2717692c7dca7289b35297368a940dd0.png",
|
image: "https://cdn.discordapp.com/badge-icons/2717692c7dca7289b35297368a940dd0.png",
|
||||||
position: Badges.BadgePosition.END,
|
position: Badges.BadgePosition.END,
|
||||||
shouldShow: ({ userId }) => isCurrentUser(userId) && this.settings.store.bugHunter,
|
shouldShow: ({ userId }) => isCurrentUser(userId) && !!settings.store.bugHunter,
|
||||||
link: "https://discord.com/settings/premium"
|
link: "https://discord.com/settings/premium"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "Discord Bug Hunter",
|
description: "Discord Bug Hunter",
|
||||||
image: "https://cdn.discordapp.com/badge-icons/848f79194d4be5ff5f81505cbd0ce1e6.png",
|
image: "https://cdn.discordapp.com/badge-icons/848f79194d4be5ff5f81505cbd0ce1e6.png",
|
||||||
position: Badges.BadgePosition.END,
|
position: Badges.BadgePosition.END,
|
||||||
shouldShow: ({ userId }) => isCurrentUser(userId) && this.settings.store.goldenBugHunter,
|
shouldShow: ({ userId }) => isCurrentUser(userId) && !!settings.store.goldenBugHunter,
|
||||||
link: "https://discord.com/settings/premium"
|
link: "https://discord.com/settings/premium"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -191,56 +251,112 @@ export default definePlugin({
|
||||||
description: "HypeSquad Events",
|
description: "HypeSquad Events",
|
||||||
image: "https://cdn.discordapp.com/badge-icons/bf01d1073931f921909045f3a39fd264.png",
|
image: "https://cdn.discordapp.com/badge-icons/bf01d1073931f921909045f3a39fd264.png",
|
||||||
position: Badges.BadgePosition.END,
|
position: Badges.BadgePosition.END,
|
||||||
shouldShow: ({ userId }) => isCurrentUser(userId) && this.settings.store.hypesquadEvents,
|
shouldShow: ({ userId }) => isCurrentUser(userId) && !!settings.store.hypesquadEvents,
|
||||||
link: "https://support.discord.com/hc/en-us/articles/360035962891-Profile-Badges-101#h_01GM67K5EJ16ZHYZQ5MPRW3JT3"
|
link: "https://support.discord.com/hc/en-us/articles/360035962891-Profile-Badges-101#h_01GM67K5EJ16ZHYZQ5MPRW3JT3"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "HypeSquad Bravery",
|
description: "HypeSquad Bravery",
|
||||||
image: "https://cdn.discordapp.com/badge-icons/8a88d63823d8a71cd5e390baa45efa02.png",
|
image: "https://cdn.discordapp.com/badge-icons/8a88d63823d8a71cd5e390baa45efa02.png",
|
||||||
position: Badges.BadgePosition.END,
|
position: Badges.BadgePosition.END,
|
||||||
shouldShow: ({ userId }) => isCurrentUser(userId) && this.settings.store.houseOfBravery,
|
shouldShow: ({ userId }) => isCurrentUser(userId) && !!settings.store.houseOfBravery,
|
||||||
link: "https://discord.com/settings/hypesquad-online"
|
link: "https://discord.com/settings/hypesquad-online"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "HypeSquad Briliance",
|
description: "HypeSquad Briliance",
|
||||||
image: "https://cdn.discordapp.com/badge-icons/011940fd013da3f7fb926e4a1cd2e618.png",
|
image: "https://cdn.discordapp.com/badge-icons/011940fd013da3f7fb926e4a1cd2e618.png",
|
||||||
position: Badges.BadgePosition.END,
|
position: Badges.BadgePosition.END,
|
||||||
shouldShow: ({ userId }) => isCurrentUser(userId) && this.settings.store.houseOfBrilliance,
|
shouldShow: ({ userId }) => isCurrentUser(userId) && !!settings.store.houseOfBrilliance,
|
||||||
link: "https://discord.com/settings/hypesquad-online"
|
link: "https://discord.com/settings/hypesquad-online"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "HypeSquad Balance",
|
description: "HypeSquad Balance",
|
||||||
image: "https://cdn.discordapp.com/badge-icons/3aa41de486fa12454c3761e8e223442e.png",
|
image: "https://cdn.discordapp.com/badge-icons/3aa41de486fa12454c3761e8e223442e.png",
|
||||||
position: Badges.BadgePosition.END,
|
position: Badges.BadgePosition.END,
|
||||||
shouldShow: ({ userId }) => isCurrentUser(userId) && this.settings.store.houseOfBalance,
|
shouldShow: ({ userId }) => isCurrentUser(userId) && !!settings.store.houseOfBalance,
|
||||||
link: "https://discord.com/settings/hypesquad-online"
|
link: "https://discord.com/settings/hypesquad-online"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "Discord Quests",
|
description: "Discord Quests",
|
||||||
image: "https://cdn.discordapp.com/badge-icons/7d9ae358c8c5e118768335dbe68b4fb8.png",
|
image: "https://cdn.discordapp.com/badge-icons/7d9ae358c8c5e118768335dbe68b4fb8.png",
|
||||||
position: Badges.BadgePosition.END,
|
position: Badges.BadgePosition.END,
|
||||||
shouldShow: ({ userId }) => isCurrentUser(userId) && this.settings.store.discordQuests,
|
shouldShow: ({ userId }) => isCurrentUser(userId) && !!settings.store.discordQuests,
|
||||||
link: "https://discord.com/discovery/quests"
|
link: "https://discord.com/discovery/quests"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "Discord Nitro",
|
description: "Discord Nitro",
|
||||||
image: "https://cdn.discordapp.com/badge-icons/2ba85e8026a8614b640c2837bcdfe21b.png",
|
image: "https://cdn.discordapp.com/badge-icons/2ba85e8026a8614b640c2837bcdfe21b.png",
|
||||||
position: Badges.BadgePosition.END,
|
position: Badges.BadgePosition.END,
|
||||||
shouldShow: ({ userId }) => isCurrentUser(userId) && this.settings.store.nitro,
|
shouldShow: ({ userId }) => isCurrentUser(userId) && settings.store.nitro === "nitro",
|
||||||
|
link: "https://discord.com/settings/premium"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
description: "Discord Nitro Bronze",
|
||||||
|
image: "https://cdn.discordapp.com/badge-icons/4f33c4a9c64ce221936bd256c356f91f.png",
|
||||||
|
position: Badges.BadgePosition.END,
|
||||||
|
shouldShow: ({ userId }) => isCurrentUser(userId) && settings.store.nitro === "bronze",
|
||||||
|
link: "https://discord.com/settings/premium"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
description: "Discord Nitro Silver",
|
||||||
|
image: "https://cdn.discordapp.com/badge-icons/4514fab914bdbfb4ad2fa23df76121a6.png",
|
||||||
|
position: Badges.BadgePosition.END,
|
||||||
|
shouldShow: ({ userId }) => isCurrentUser(userId) && settings.store.nitro === "silver",
|
||||||
|
link: "https://discord.com/settings/premium"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
description: "Discord Nitro Gold",
|
||||||
|
image: "https://cdn.discordapp.com/badge-icons/2895086c18d5531d499862e41d1155a6.png",
|
||||||
|
position: Badges.BadgePosition.END,
|
||||||
|
shouldShow: ({ userId }) => isCurrentUser(userId) && settings.store.nitro === "gold",
|
||||||
|
link: "https://discord.com/settings/premium"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
description: "Discord Nitro Platinum",
|
||||||
|
image: "https://cdn.discordapp.com/badge-icons/0334688279c8359120922938dcb1d6f8.png",
|
||||||
|
position: Badges.BadgePosition.END,
|
||||||
|
shouldShow: ({ userId }) => isCurrentUser(userId) && settings.store.nitro === "platinum",
|
||||||
|
link: "https://discord.com/settings/premium"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
description: "Discord Nitro Diamond",
|
||||||
|
image: "https://cdn.discordapp.com/badge-icons/0d61871f72bb9a33a7ae568c1fb4f20a.png",
|
||||||
|
position: Badges.BadgePosition.END,
|
||||||
|
shouldShow: ({ userId }) => isCurrentUser(userId) && settings.store.nitro === "diamond",
|
||||||
|
link: "https://discord.com/settings/premium"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
description: "Discord Nitro Emerald",
|
||||||
|
image: "https://cdn.discordapp.com/badge-icons/11e2d339068b55d3a506cff34d3780f3.png",
|
||||||
|
position: Badges.BadgePosition.END,
|
||||||
|
shouldShow: ({ userId }) => isCurrentUser(userId) && settings.store.nitro === "emerald",
|
||||||
|
link: "https://discord.com/settings/premium"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
description: "Discord Nitro Ruby",
|
||||||
|
image: "https://cdn.discordapp.com/badge-icons/cd5e2cfd9d7f27a8cdcd3e8a8d5dc9f4.png",
|
||||||
|
position: Badges.BadgePosition.END,
|
||||||
|
shouldShow: ({ userId }) => isCurrentUser(userId) && settings.store.nitro === "ruby",
|
||||||
|
link: "https://discord.com/settings/premium"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
description: "Discord Nitro Opal",
|
||||||
|
image: "https://cdn.discordapp.com/badge-icons/5b154df19c53dce2af92c9b61e6be5e2.png",
|
||||||
|
position: Badges.BadgePosition.END,
|
||||||
|
shouldShow: ({ userId }) => isCurrentUser(userId) && settings.store.nitro === "opal",
|
||||||
link: "https://discord.com/settings/premium"
|
link: "https://discord.com/settings/premium"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "Server Booster",
|
description: "Server Booster",
|
||||||
image: "https://cdn.discordapp.com/badge-icons/ec92202290b48d0879b7413d2dde3bab.png",
|
image: "https://cdn.discordapp.com/badge-icons/ec92202290b48d0879b7413d2dde3bab.png",
|
||||||
position: Badges.BadgePosition.END,
|
position: Badges.BadgePosition.END,
|
||||||
shouldShow: ({ userId }) => isCurrentUser(userId) && this.settings.store.serverBooster,
|
shouldShow: ({ userId }) => isCurrentUser(userId) && !!settings.store.serverBooster,
|
||||||
link: "https://discord.com/settings/premium"
|
link: "https://discord.com/settings/premium"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "Supports Commands",
|
description: "Supports Commands",
|
||||||
image: "https://cdn.discordapp.com/badge-icons/6f9e37f9029ff57aef81db857890005e.png",
|
image: "https://cdn.discordapp.com/badge-icons/6f9e37f9029ff57aef81db857890005e.png",
|
||||||
position: Badges.BadgePosition.END,
|
position: Badges.BadgePosition.END,
|
||||||
shouldShow: ({ userId }) => isCurrentUser(userId) && this.settings.store.supportsCommands,
|
shouldShow: ({ userId }) => isCurrentUser(userId) && !!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"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -249,21 +365,21 @@ export default definePlugin({
|
||||||
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) && !!settings.store.premiumApp,
|
||||||
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) && this.settings.store.usesAutomod,
|
shouldShow: ({ userId }) => isCurrentUser(userId) && !!settings.store.usesAutomod,
|
||||||
link: ""
|
link: ""
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
description: "Legacy Username",
|
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.legacyUsername,
|
shouldShow: ({ userId }) => isCurrentUser(userId) && !!settings.store.legacyUsername,
|
||||||
link: ""
|
link: ""
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -272,11 +388,11 @@ export default definePlugin({
|
||||||
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",
|
||||||
position: Badges.BadgePosition.END,
|
position: Badges.BadgePosition.END,
|
||||||
shouldShow: ({ userId }) => isCurrentUser(userId) && this.settings.store.aClownForATime,
|
shouldShow: ({ userId }) => isCurrentUser(userId) && !!settings.store.aClownForATime,
|
||||||
link: "https://youtu.be/cc2-4ci4G84"
|
link: "https://youtu.be/cc2-4ci4G84"
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
NativeBadges.forEach(b => Badges.addBadge(b));
|
NativeBadges.forEach(b => Badges.addProfileBadge(b));
|
||||||
},
|
},
|
||||||
async stop() {
|
async stop() {
|
||||||
Toasts.show({
|
Toasts.show({
|
||||||
|
|
Loading…
Add table
Reference in a new issue