Skip to content

Commit

Permalink
Add ApplicationFlagApplicationAutoModerationRuleCreateBadge (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebm253 committed Mar 31, 2023
1 parent 1037f73 commit 5eb3871
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion discord/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,14 @@ func (t TokenType) Apply(token string) string {
type ApplicationFlags int

const (
ApplicationFlagGatewayPresence = 1 << (iota + 12)
ApplicationFlagApplicationAutoModerationRuleCreateBadge = 1 << (iota + 6)
_
_
_
_
_
_
ApplicationFlagGatewayPresence
ApplicationFlagGatewayPresenceLimited
ApplicationFlagGatewayGuildMembers
ApplicationFlagGatewayGuildMemberLimited
Expand Down

0 comments on commit 5eb3871

Please sign in to comment.