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

Commit 2206233

Browse files
authored
Add Spammer
1 parent d213169 commit 2206233

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
@@ -62,6 +62,7 @@ public enum UserFlag {
6262
VERIFIED_BOT_DEVELOPER(1 << 17),
6363
DISCORD_CERTIFIED_MODERATOR(1 << 18),
6464
BOT_HTTP_INTERACTIONS(1 << 19),
65+
SPAMMER(1 << 20),
6566
;
6667

6768
@Getter

0 commit comments

Comments
 (0)