deferReply and reply
can I not have deferReply and instead of doing followUp I just do reply when using slash commands
3 Replies
- What's your exact discord.js
npm list discord.js
and node node -v
version?
- Not a discord.js issue? Check out #other-js-ts.
- Consider reading #how-to-get-help to improve your question!
- Explain what exactly your issue is.
- Post the full error stack trace, not just the top part!
- Show your code!
- Issue solved? Press the button!
- ✅
Marked as resolved by OPIf you don't need to defer reply, yes you can just use
.reply()
alright thanks!
I'm doing it because ephemeral
if I do deferReply with no options
and do followUp with ephemeral
it fucks up
does work
but then it would do it to all the commands
yeah I'm not doing it, I was doing it in interactionCreate
which was dumb idk why I did it at the time
alright, resolved thanks @Syjalo and @Qjuh