Skip to content

Commit

Permalink
Add ApplicationFlagApplicationAutoModerationRuleCreateBadge
Browse files Browse the repository at this point in the history
lol
  • Loading branch information
sebm253 committed Mar 26, 2023
1 parent 9977445 commit 3c12f1b
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 3c12f1b

Please sign in to comment.