MessageCreate -> message.reply({....
await message.reply({ content: 'Please only send an image, or create a thread to reply to the picture!', ephemeral: true });
Does anyone know why it's not being send as a Ephemeral Reply? It will just be there forever, for anyone to see. It's inside the MessageCreate event:
client.on("messageCreate", async message => {
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!Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
Is there any way to make a MessageCreate Event to a interaction?
Unknown User•17mo ago
Message Not Public
Sign In & Join Server To View
Ah ;/ welp I guess i'll just go for the route of deleting the reply later.
Thanks ❤️