Skip to content

Commit

Permalink
add GuildFeatureInvitesDisabled
Browse files Browse the repository at this point in the history
  • Loading branch information
mlnrDev committed Aug 16, 2022
1 parent 937aabd commit 48d018b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions discord/guild.go
Expand Up @@ -79,6 +79,7 @@ const (
GuildFeatureCommunity GuildFeature = "COMMUNITY"
GuildFeatureDiscoverable GuildFeature = "DISCOVERABLE"
GuildFeatureFeaturable GuildFeature = "FEATURABLE"
GuildFeatureInvitesDisabled GuildFeature = "INVITES_DISABLED"
GuildFeatureInviteSplash GuildFeature = "INVITE_SPLASH"
GuildFeatureMemberVerificationGateEnabled GuildFeature = "MEMBER_VERIFICATION_GATE_ENABLED"
GuildFeatureMonetizationEnabled GuildFeature = "MONETIZATION_ENABLED"
Expand Down

0 comments on commit 48d018b

Please sign in to comment.