Skip to content

Commit

Permalink
discord: move AppFlagAutoModerationRuleCreateBadge outside
Browse files Browse the repository at this point in the history
  • Loading branch information
ayn2op authored and diamondburned committed Apr 7, 2023
1 parent 6c1928f commit fea383c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions discord/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,10 @@ type Application struct {

type ApplicationFlags uint32

const AppFlagAutoModerationRuleCreateBadge ApplicationFlags = 1 << 6

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

0 comments on commit fea383c

Please sign in to comment.