#Help with activity command

2 messages · Page 1 of 1 (latest)

strong briar
#

• 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.

exotic wharf
#

setActivity doesn’t expect a full presence object like you supply but only the activity. Either pass what you have there to setPresence or only pass the activity itself, not an object containing an activities array.