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 => {
Was this page helpful?