Metick
DIAdiscord.js - Imagine an app
•Created by Metick on 8/20/2023 in #djs-questions
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 => {
10 replies