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

Commit 5b892ef

Browse files
authored
Merge pull request #609 from Lulalaby/patch-3
Update UserFlag.java
2 parents 17cdc1f + 2206233 commit 5b892ef

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ 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),
65+
SPAMMER(1 << 20),
6466
;
6567

6668
@Getter

0 commit comments

Comments
 (0)