Skip to content

Commit d68aa5e

Browse files
author
hker9527
committed
Add message content intent bit
1 parent 10dcce4 commit d68aa5e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ const client = new Client({
1818
GatewayIntentBits.GuildMessages,
1919
GatewayIntentBits.GuildMessageReactions,
2020
GatewayIntentBits.DirectMessages,
21-
GatewayIntentBits.DirectMessageReactions
21+
GatewayIntentBits.DirectMessageReactions,
22+
GatewayIntentBits.MessageContent
2223
]
2324
});
2425

0 commit comments

Comments
 (0)