-
I didn't see this on the project list, so I was wondering whether ephemeral messages will be supported in v2.0? And if that's not planned, I think adding it would be very nice |
Beta Was this translation helpful? Give feedback.
Answered by
pikaninja
Jun 11, 2021
Replies: 1 comment 1 reply
-
ephemeral messages can only be used in slash commands or interactions such as buttons. Buttons have been added with ephemeral message support(such as interaction.response.send_message(content = "hi", ephemeral = True)), as for slash commands that is on the project list. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
moon-dew
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ephemeral messages can only be used in slash commands or interactions such as buttons. Buttons have been added with ephemeral message support(such as interaction.response.send_message(content = "hi", ephemeral = True)), as for slash commands that is on the project list.