Dismissed
DIAdiscord.js - Imagine an app
•Created by Dismissed on 6/26/2024 in #djs-questions
Bot not reading the correct number of reactions on a message (reads only 1)
That worked, thanks. I'm surprised it didn't throw any "error" or so tho smh
5 replies
DIAdiscord.js - Imagine an app
•Created by Dismissed on 6/26/2024 in #djs-questions
Bot not reading the correct number of reactions on a message (reads only 1)
As can be seen in the screenshot, there should be 2 "Arrowup" reactions not 1
5 replies
DIAdiscord.js - Imagine an app
•Created by Dismissed on 6/26/2024 in #djs-questions
Bot not reading the correct number of reactions on a message (reads only 1)
console log output:
5 replies
DIAdiscord.js - Imagine an app
•Created by Dismissed on 6/25/2024 in #djs-questions
Failing to get message.reactions.cache "undefined"
THANK YOU
4 replies
DIAdiscord.js - Imagine an app
•Created by Dismissed on 6/25/2024 in #djs-questions
Detect reactions
I was hoping I could use
client.on("messageReactionAdd" )
but apparently that only works with "cached" messages so if anyone also knows how to do that that'd be nice as I feel more confident with using client.on()
4 replies
DIAdiscord.js - Imagine an app
•Created by Dismissed on 6/25/2024 in #djs-questions
Detect reactions
for reference I'm doing the same thing here, but this is to check for new messages instead of checking for new reactions:
4 replies