Learn-Build-Teach / learn-build-teach-discord-bot

53 stars 17 forks source link

Handle Reactions for old messages #29

Closed mhuggins7278 closed 2 years ago

mhuggins7278 commented 2 years ago

If the bot restarts old reactions on the old messages won't fire the messageReactionAdd event Here is a possible solution on how to handle this case https://stackoverflow.com/questions/53093266/why-messagereactionadd-do-nothing-discord-js

mhuggins7278 commented 2 years ago

fixed here https://github.com/Learn-Build-Teach/learn-build-teach-discord-bot/pull/31