#defer
5 messages · Page 1 of 1 (latest)
5 messages · Page 1 of 1 (latest)
• 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.
the ephemeral state of a defer can not change
so you'll either have to do it ephemerally or not, or use followups
which still need a reply
followups would be after I have handeled the defer?