Skip to content

Commit e107fb1

Browse files
authored
Merge pull request #201 from tjjfvi/dm-commands
Add `DIRECT_MESSAGES` intent
2 parents 7df81b8 + 99d1873 commit e107fb1

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)