We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e92dd8 commit 73ca7f0Copy full SHA for 73ca7f0
discord/guild.go
@@ -111,6 +111,7 @@ const (
111
GuildFeatureEnhancedRoleColors GuildFeature = "ENHANCED_ROLE_COLORS"
112
GuildFeatureFeaturable GuildFeature = "FEATURABLE"
113
GuildFeatureGuestsEnabled GuildFeature = "GUESTS_ENABLED"
114
+ GuildFeatureGuildTags GuildFeature = "GUILD_TAGS"
115
GuildFeatureInvitesDisabled GuildFeature = "INVITES_DISABLED"
116
GuildFeatureInviteSplash GuildFeature = "INVITE_SPLASH"
117
GuildFeatureMemberVerificationGateEnabled GuildFeature = "MEMBER_VERIFICATION_GATE_ENABLED"
0 commit comments