Skip to content

Commit

Permalink
Add activity feed guild features
Browse files Browse the repository at this point in the history
  • Loading branch information
sebm253 committed Sep 5, 2024
1 parent 9206c94 commit f168695
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions discord/guild.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ type GuildFeature string

// Constants for GuildFeature
const (
GuildFeatureActivityFeedDisabledByUser GuildFeature = "ACTIVITY_FEED_DISABLED_BY_USER"
GuildFeatureActivityFeedEnabledByUser GuildFeature = "ACTIVITY_FEED_ENABLED_BY_USER"
GuildFeatureAnimatedBanner GuildFeature = "ANIMATED_BANNER"
GuildFeatureAnimatedIcon GuildFeature = "ANIMATED_ICON"
GuildFeatureAutoModeration GuildFeature = "AUTO_MODERATION"
Expand Down

0 comments on commit f168695

Please sign in to comment.