add reactions intent
This commit is contained in:
parent
75b2db1a97
commit
45d600ab27
1 changed files with 2 additions and 1 deletions
3
index.js
3
index.js
|
@ -13,7 +13,8 @@ const client = new Discord.Client({ ws: { intents: [
|
|||
'GUILD_EMOJIS',
|
||||
'GUILD_VOICE_STATES',
|
||||
'GUILD_MESSAGES',
|
||||
'DIRECT_MESSAGES'
|
||||
'DIRECT_MESSAGES',
|
||||
'GUILD_MESSAGE_REACTIONS',
|
||||
]}});
|
||||
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue