Ephemeral replay to a channel message
Hey is it possible to replay to a message with an ephemeral or something similar (so only the user can see it, and it's not part of the channel message).
From this event:
client.on(Events.MessageCreate, (msg) => {})
Thanks!5 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!Ephemeral can be only done via interaction response
So nothing similar to it? only a message response?
You can send a dm
It's just a small response, that commands are disabled for the channel
But it's fine, not a big deal
Thank you!