Invisible buttons are not sent

25 views Asked by At

How to send invisible buttons?

I tried inserting ephemeral=True, but the buttons was not sent at all. (Only embed with drop menu worked)

#Embed with Drop Menu
mrv = await interaction.response.send_message(embed=embed, view=DD_review(), ephemeral=True)

#Buttons
mrvb = await mss.send(view=B_review(), ephemeral=True)

0

There are 0 answers