add reactions intent

This commit is contained in:
Emily 2021-03-01 12:58:11 +11:00
parent 75b2db1a97
commit 45d600ab27
1 changed files with 2 additions and 1 deletions

View File

@ -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 {