We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c1928f commit fea383cCopy full SHA for fea383c
discord/application.go
@@ -59,9 +59,10 @@ type Application struct {
59
60
type ApplicationFlags uint32
61
62
+const AppFlagAutoModerationRuleCreateBadge ApplicationFlags = 1 << 6
63
+
64
const (
- AppFlagAutoModerationRuleCreateBadge ApplicationFlags = 1 << 6
- AppFlagGatewayPresence ApplicationFlags = 1 << (iota + 12)
65
+ AppFlagGatewayPresence ApplicationFlags = 1 << (iota + 12)
66
AppFlagGatewayPresenceLimited
67
AppFlagGatewayGuildMembers
68
AppFlagGatewayGuildMembersLimited
0 commit comments