Skip to content
This repository was archived by the owner on Jun 9, 2024. It is now read-only.

Commit d213169

Browse files
authored
Update UserFlag.java
Adds BotHttpInteractions with a value of 1<<19. See discord/discord-api-docs#3903
1 parent 459a140 commit d213169

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/mewna/catnip/entity/user/UserFlag.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ public enum UserFlag {
6161
VERIFIED_BOT(1 << 16),
6262
VERIFIED_BOT_DEVELOPER(1 << 17),
6363
DISCORD_CERTIFIED_MODERATOR(1 << 18),
64+
BOT_HTTP_INTERACTIONS(1 << 19),
6465
;
6566

6667
@Getter

0 commit comments

Comments
 (0)