Skip to content

Commit

Permalink
fix(interactions): ephemeral fetching is now possible (#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
SethCohen committed Oct 11, 2021
1 parent 965547f commit ef008f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guide/interactions/replying-to-slash-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ client.on('interactionCreate', async interaction => {
## Fetching and deleting responses

::: danger
You _cannot_ fetch nor delete an ephemeral message.
You _cannot_ delete an ephemeral message.
:::

In addition to replying to a slash command, you may also want to delete the initial reply. You can use `CommandInteraction#deleteReply()` for this:
Expand Down

0 comments on commit ef008f1

Please sign in to comment.