sending Embed to this see only you? #7882
-
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
This is possible, it's called an ephemeral message. You can set the |
Beta Was this translation helpful? Give feedback.
-
Use Note, you can only do this when responding to a slash command, context menu command, modal submit, or component interaction (buttons/select menus) |
Beta Was this translation helpful? Give feedback.
-
OMG!!!!, it works, thank you so much!!! |
Beta Was this translation helpful? Give feedback.
This is possible, it's called an ephemeral message.
You can set the
ephemeral
keyword argument onInteractionResponse.send_message
when sending your embed to send one, it's compatible with all the other options.