Skip to content

Commit

Permalink
Merge pull request #192 from disgoorg/patch/invites-disabled-feature
Browse files Browse the repository at this point in the history
  • Loading branch information
mlnrDev committed Sep 8, 2022
2 parents 37d3de2 + 48d018b commit 15bdcc1
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 15bdcc1

Please sign in to comment.