Send Ephem. on member add now working

client.on("guildMemberAdd", async (member) => {
await client.channels.cache.get("CH_ID").send({ "content": `__**Welcome **__! `, ephemeral: true })
}
client.on("guildMemberAdd", async (member) => {
await client.channels.cache.get("CH_ID").send({ "content": `__**Welcome **__! `, ephemeral: true })
}
are ephemeral only for interactions?
3 Replies
Mac
Mac•2y ago
Yep. You cannot send ephemeral messages to users unless they invoke an interaction (button, command, select menu etc)
Mulo
Mulo•2y ago
joining a guild start with a click of a button tho 😄 It is quit weird you cannot set ephemeral welcome messages then
Unknown User
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View