#send message with ephemeral

1 messages · Page 1 of 1 (latest)

stone steppe
#

i want to send message turning ephemeral on.
also im using interaction(discord.ui.select)
how can i send a message with ephemeral?

i treid await interaction.send(ephemeral=True) but it doesn't work.

dim stone
#

Read the docs

stone steppe
#

Yeah i got it after i read the docs

#

hmmm i cant think what to do to send ephemeral message

dim stone
#

It's like sending a normal response

#

You just add the ephemeral keyword arg

timid rune
#

Yeah. Just interaction.response with ephemeral=True