Skip to content

Commit 99d1873

Browse files
committed
add DIRECT_MESSAGES intent
1 parent 7df81b8 commit 99d1873

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ const client = new CookiecordClient(
3030
'GUILD_MESSAGES',
3131
'GUILD_MEMBERS',
3232
'GUILD_MESSAGE_REACTIONS',
33+
'DIRECT_MESSAGES',
3334
]),
3435
},
3536
).setMaxListeners(Infinity);

0 commit comments

Comments
 (0)