Pass variables into <ShardingManager>.broadcastEval
I have this code:
But i get the following error when i run this code:
So i want to know... How can i pass the variable
params
to the broadcastEval? With the vanilla javascript eval i can pass the variables into strings, but how can i do in shardingManager?3 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.i read the docs searching for somethind, and i find the
context
option, but how can i read that?