-
Could you make it so that only a specific user could see a message that a bot sends It's possible discord can do this, hence this: Is it possible to build this into the discord.py library? It could maybe work like,
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
The Discord API does not have a way to do this for any message, however, this is possible with the new slash commands, but discord.py does not support them. see #6149 for reasons why. |
Beta Was this translation helpful? Give feedback.
-
Clyde is a client-sided bot. It is not an actual bot. That aside, this feature is called ephemeral messages and is only supported by interactions. Its support is incomplete Discord side since it does not allow embeds or attachments currently. As a result, they're not in the library. |
Beta Was this translation helpful? Give feedback.
-
how to export all message logs include those message: only you can see ? |
Beta Was this translation helpful? Give feedback.
Clyde is a client-sided bot. It is not an actual bot.
That aside, this feature is called ephemeral messages and is only supported by interactions. Its support is incomplete Discord side since it does not allow embeds or attachments currently. As a result, they're not in the library.