Skip to content

Commit 73ca7f0

Browse files
committed
Add GuildFeatureGuildTags
discord/discord-api-docs#7710
1 parent 5e92dd8 commit 73ca7f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

discord/guild.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ const (
111111
GuildFeatureEnhancedRoleColors GuildFeature = "ENHANCED_ROLE_COLORS"
112112
GuildFeatureFeaturable GuildFeature = "FEATURABLE"
113113
GuildFeatureGuestsEnabled GuildFeature = "GUESTS_ENABLED"
114+
GuildFeatureGuildTags GuildFeature = "GUILD_TAGS"
114115
GuildFeatureInvitesDisabled GuildFeature = "INVITES_DISABLED"
115116
GuildFeatureInviteSplash GuildFeature = "INVITE_SPLASH"
116117
GuildFeatureMemberVerificationGateEnabled GuildFeature = "MEMBER_VERIFICATION_GATE_ENABLED"

0 commit comments

Comments
 (0)