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

Commit 7ec730f

Browse files
authored
Add message intent flags for applications
See discord/discord-api-docs#3999
1 parent fd60cb4 commit 7ec730f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/mewna/catnip/entity/misc/ApplicationFlag.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ public enum ApplicationFlag {
5050
GATEWAY_GUILD_MEMBERS_LIMITED(1 << 15),
5151
VERIFICATION_PENDING_GUILD_LIMIT(1 << 16),
5252
EMBEDDED(1 << 17),
53+
GATEWAY_MESSAGE_CONTENT(1 << 18),
54+
GATEWAY_MESSAGE_CONTENT_LIMITED(1 << 19),
5355
;
5456

5557
@Getter

0 commit comments

Comments
 (0)