mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 14:13:02 -04:00
sync guild features with userdoccers
This commit is contained in:
parent
fbc01c9c16
commit
f280311212
1 changed files with 12 additions and 1 deletions
|
@ -280,6 +280,8 @@ module.exports.GUILD_FEATURES = Object.freeze({
|
|||
"ACTIVITIES_ALPHA": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.ActivitiesIcon },
|
||||
"ACTIVITIES_EMPLOYEE": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.ActivitiesIcon },
|
||||
"ACTIVITIES_INTERNAL_DEV": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.ActivitiesIcon },
|
||||
"ACTIVITY_FEED_DISABLED_BY_USER": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.GameControllerIcon },
|
||||
"ACTIVITY_FEED_ENABLED_BY_USER": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.GameControllerIcon },
|
||||
"ANIMATED_BANNER": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.GifIcon },
|
||||
"ANIMATED_ICON": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.GifIcon },
|
||||
"APPLICATION_COMMAND_PERMISSIONS_V2": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.SlashBoxIcon, label: "New Slash Command Permissions" },
|
||||
|
@ -300,15 +302,20 @@ module.exports.GUILD_FEATURES = Object.freeze({
|
|||
"CHANNEL_HIGHLIGHTS_DISABLED": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.SparklesIcon },
|
||||
"CHANNEL_ICON_EMOJIS_GENERATED": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.ReactionIcon },
|
||||
"CLAN": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.ClansIcons },
|
||||
"CLAN_DISCOVERY_DISABLED": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.ClansIcons },
|
||||
"CLAN_PILOT_GENSHIN": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.ClansIcons },
|
||||
"CLAN_PILOT_VALORANT": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.ClansIcons },
|
||||
"CLAN_PREPILOT_GENSHIN": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.ClansIcons },
|
||||
"CLAN_PREPILOT_VALORANT": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.ClansIcons },
|
||||
"CLYDE_DISABLED": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.RobotIcon },
|
||||
"CLYDE_ENABLED": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.RobotIcon },
|
||||
"CLYDE_EXPERIMENT_ENABLED": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.RobotIcon },
|
||||
"COMMERCE": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.TagIcon, label: "Store Channels" },
|
||||
"COMMUNITY": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.TreehouseIcon },
|
||||
"COMMUNITY_CANARY": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.TreehouseIcon },
|
||||
"COMMUNITY_EXP_MEDIUM": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.TreehouseIcon, label: "Communities, Medium Server" },
|
||||
"COMMUNITY_EXP_LARGE_GATED": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.TreehouseIcon, label: "Communities, Large Gated Server" },
|
||||
"COMMUNITY_EXP_LARGE_UNGATED": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.TreehouseIcon, label: "Communities, Large Ungated Server" },
|
||||
"COMMUNITY_EXP_MEDIUM": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.TreehouseIcon, label: "Communities, Medium Server" },
|
||||
"CREATOR_ACCEPTED_NEW_TERMS": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.BillIcon },
|
||||
"CREATOR_MONETIZABLE": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.BillIcon },
|
||||
"CREATOR_MONETIZABLE_DISABLED": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.BillIcon },
|
||||
|
@ -340,6 +347,7 @@ module.exports.GUILD_FEATURES = Object.freeze({
|
|||
"GUILD_ONBOARDING_EVER_ENABLED": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.NewUserLargeIcon, label: "Onboarding previously enabled" },
|
||||
"GUILD_ONBOARDING_HAS_PROMPTS": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.NewUserLargeIcon, label: "Onboarding has prompts" },
|
||||
"GUILD_PRODUCTS": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.PiggyBankIcon, label: "Server Products" },
|
||||
"GUILD_PRODUCTS_ALLOW_ARCHIVED_FILE": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.PiggyBankIcon, label: "Server Products: Archive Files" },
|
||||
"GUILD_ROLE_SUBSCRIPTIONS": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.BadgeIcon, label: "Role Subscriptions" },
|
||||
"GUILD_ROLE_SUBSCRIPTION_PURCHASE_FEEDBACK_LOOP": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.BadgeIcon, label: "Role Subscriptions Feedback" },
|
||||
"GUILD_ROLE_SUBSCRIPTION_TIER_TEMPLATE": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.BadgeIcon, label: "Role Subscriptions Tier Template" },
|
||||
|
@ -390,10 +398,13 @@ module.exports.GUILD_FEATURES = Object.freeze({
|
|||
"SHARED_CANVAS_FRIENDS_AND_FAMILY_TEST": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.PaintbrushThickIcon },
|
||||
"SOUNDBOARD": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.SoundboardIcon },
|
||||
"SUMMARIES_DISABLED_BY_USER": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.TopicsIcon },
|
||||
"STAFF_LEVEL_COLLABORATOR_REQUIRED": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.StaffBadgeIcon },
|
||||
"STAFF_LEVEL_RESTRICTED_COLLABORATOR_REQUIRED": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.StaffBadgeIcon },
|
||||
"SUMMARIES_ENABLED": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.TopicsIcon },
|
||||
"SUMMARIES_ENABLED_BY_USER": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.TopicsIcon },
|
||||
"SUMMARIES_ENABLED_GA": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.TopicsIcon },
|
||||
"SUMMARIES_LONG_LOOKBACK": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.TopicsIcon },
|
||||
"SUMMARIES_OPT_OUT_EXPERIENCE": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.TopicsIcon },
|
||||
"TEXT_IN_STAGE_ENABLED": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.TextIcon },
|
||||
"TEXT_IN_VOICE_ENABLED": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.TextIcon },
|
||||
"THREADS_ENABLED": { icon: this.GUILD_FEATURE_ICONS_REDESIGN.ThreadIcon },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue