add other two features that were added after i last updated

This commit is contained in:
Cynthia Foxwell 2025-04-21 18:38:24 -06:00
parent 9cf3a5a23b
commit 791288055b
Signed by: Cynosphere
SSH key fingerprint: SHA256:H3SM8ufP/uxqLwKSH7xY89TDnbR9uOHzjLoBr0tlajk

View file

@ -422,6 +422,10 @@ module.exports.GuildFeaturesFormatted = {
icon: SILK_ICONS.transmit_blue, icon: SILK_ICONS.transmit_blue,
name: "Stages: 150 Users", name: "Stages: 150 Users",
}, },
STAGE_CHANNEL_VIEWERS_300: {
icon: SILK_ICONS.transmit_blue,
name: "Stages: 300 Users",
},
SUMMARIES_ENABLED: {icon: SILK_ICONS.book_tabs, deprecated: true}, SUMMARIES_ENABLED: {icon: SILK_ICONS.book_tabs, deprecated: true},
SUMMARIES_ENABLED_GA: { SUMMARIES_ENABLED_GA: {
icon: SILK_ICONS.book_tabs, icon: SILK_ICONS.book_tabs,
@ -482,6 +486,7 @@ module.exports.GuildFeaturesFormatted = {
}, },
TIERLESS_BOOSTING: {icon: SILK_ICONS.ruby}, TIERLESS_BOOSTING: {icon: SILK_ICONS.ruby},
TIERLESS_BOOSTING_TEST: {icon: SILK_ICONS.ruby}, TIERLESS_BOOSTING_TEST: {icon: SILK_ICONS.ruby},
TIERLESS_BOOSTING_CLIENT_TEST: {icon: SILK_ICONS.ruby},
VALORANT_L30: {icon: SILK_ICONS.controller, name: "Clans: Valorant L30", deprecated: true}, VALORANT_L30: {icon: SILK_ICONS.controller, name: "Clans: Valorant L30", deprecated: true},
VANITY_URL: {icon: SILK_ICONS.world_link, name: "Vanity URL"}, VANITY_URL: {icon: SILK_ICONS.world_link, name: "Vanity URL"},
VERIFIED: {icon: SILK_ICONS.tick}, VERIFIED: {icon: SILK_ICONS.tick},