Skip to content

Commit

Permalink
discord: add AppFlagAutoModerationRuleCreateBadge to ApplicationFlags
Browse files Browse the repository at this point in the history
  • Loading branch information
ayn2op authored and diamondburned committed Apr 7, 2023
1 parent b8daf63 commit 6c1928f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion discord/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ type Application struct {
type ApplicationFlags uint32

const (
AppFlagGatewayPresence ApplicationFlags = 1 << (iota + 12)
AppFlagAutoModerationRuleCreateBadge ApplicationFlags = 1 << 6
AppFlagGatewayPresence ApplicationFlags = 1 << (iota + 12)
AppFlagGatewayPresenceLimited
AppFlagGatewayGuildMembers
AppFlagGatewayGuildMembersLimited
Expand Down

0 comments on commit 6c1928f

Please sign in to comment.