missed some features
This commit is contained in:
parent
cba1c78aab
commit
1497758905
1 changed files with 9 additions and 3 deletions
|
@ -329,7 +329,7 @@ module.exports.GuildFeaturesFormatted = {
|
||||||
INVITE_SPLASH: {icon: SILK_ICONS.photo},
|
INVITE_SPLASH: {icon: SILK_ICONS.photo},
|
||||||
INVITES_DISABLED: {icon: SILK_ICONS.lock},
|
INVITES_DISABLED: {icon: SILK_ICONS.lock},
|
||||||
LEADERBOARD_ENABLED: {icon: SILK_ICONS.controller},
|
LEADERBOARD_ENABLED: {icon: SILK_ICONS.controller},
|
||||||
LINKED_TO_HUB: {icon: SILK_ICONS.chart_organisation, name: "Student Hub: Linked to Hub"},
|
LINKED_TO_HUB: {icon: SILK_ICONS.chart_organisation, name: "Student Hub: Linked"},
|
||||||
LURKABLE: {icon: SILK_ICONS.eye, deprecated: true},
|
LURKABLE: {icon: SILK_ICONS.eye, deprecated: true},
|
||||||
MARKETPLACES_CONNECTION_ROLES: {icon: SILK_ICONS.link, deprecated: true},
|
MARKETPLACES_CONNECTION_ROLES: {icon: SILK_ICONS.link, deprecated: true},
|
||||||
MAX_FILE_SIZE_50_MB: {icon: SILK_ICONS.page_white_get, name: "Max File Size: 50MB"},
|
MAX_FILE_SIZE_50_MB: {icon: SILK_ICONS.page_white_get, name: "Max File Size: 50MB"},
|
||||||
|
@ -486,8 +486,14 @@ module.exports.GuildFeaturesFormatted = {
|
||||||
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},
|
||||||
VIDEO_BITRATE_ENHANCED: {icon: SILK_ICONS.monitor_add},
|
VIDEO_BITRATE_ENHANCED: {icon: SILK_ICONS.monitor_add},
|
||||||
VIDEO_QUALITY_720_60FPS: {icon: SILK_ICONS.monitor_add},
|
VIDEO_QUALITY_720_60FPS: {
|
||||||
VIDEO_QUALITY_1080_60FPS: {icon: SILK_ICONS.monitor_add},
|
icon: SILK_ICONS.monitor_add,
|
||||||
|
name: "Video Quality: 720p60",
|
||||||
|
},
|
||||||
|
VIDEO_QUALITY_1080_60FPS: {
|
||||||
|
icon: SILK_ICONS.monitor_add,
|
||||||
|
name: "Video Quality: 1080p60",
|
||||||
|
},
|
||||||
VIP_REGIONS: {
|
VIP_REGIONS: {
|
||||||
icon: SILK_ICONS.microphone,
|
icon: SILK_ICONS.microphone,
|
||||||
name: "VIP Voice Regions",
|
name: "VIP Voice Regions",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue