Why messageReactionAdd do nothing discord.js

后端 未结 4 462
半阙折子戏
半阙折子戏 2020-12-10 23:19

I want to say that I am French, and I apologize for the mistakes.

I try to code a discord bot with node.js, but i have a problem with messageReactionAdd i don\'t now

4条回答
  •  难免孤独
    2020-12-10 23:50

    Events messageReactionAdd and messageReactionRemove working only for cached messages. You need add raw event to your code for trigger any message. https://github.com/AnIdiotsGuide/discordjs-bot-guide/blob/master/coding-guides/raw-events.md

提交回复
热议问题