Skip to content

Commit 44e4acb

Browse files
Ju0xFedorLap2006
andauthored
feat(UserFlags): add BotHTTPInteractions and ActiveDeveloper (#1465)
--------- Co-authored-by: Fedor Lapshin <[email protected]>
1 parent e8b8ad3 commit 44e4acb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

user.go

+2
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ const (
2424
UserFlagVerifiedBot UserFlags = 1 << 16
2525
UserFlagVerifiedBotDeveloper UserFlags = 1 << 17
2626
UserFlagDiscordCertifiedModerator UserFlags = 1 << 18
27+
UserFlagBotHTTPInteractions UserFlags = 1 << 19
28+
UserFlagActiveBotDeveloper UserFlags = 1 << 22
2729
)
2830

2931
// UserPremiumType is the type of premium (nitro) subscription a user has (see UserPremiumType* consts).

0 commit comments

Comments
 (0)