my reaction isn't being passed from one script to another.
Passing
Retrieving
11 Replies
⢠What's your exact discord.js
npm list discord.js and node node -v version?
⢠Post the full error stack trace, not just the top part!
⢠Show your code!
⢠Explain what exactly your issue is.
⢠Not a discord.js issue? Check out #useful-servers.not exactly sure what you're expecting
you defined
r not client.r
why not just have execute accept the reaction as its param rather than the client?I tried that as well, it still came up undefined š¦
care to share your code for that?
send
retrieve
I don't see where you defined more than just your
client as parameters for executeoh in the retrieve?
it's not as if functions just accept params you don't define
I thought it was passing from the initial execute in the send @.@
I'm gonna suggest that you brush up on how functions work before continuing
#resources
x.x thank you I feel dumb haha. appreciate the help though