Skip to content

Commit

Permalink
Clear wording of InteractionResponseType (discord#2800)
Browse files Browse the repository at this point in the history
  • Loading branch information
goodspark authored Apr 12, 2021
1 parent 4dfcf2d commit c410bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/interactions/Slash_Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -1030,7 +1030,7 @@ Interaction responses can also be public—everyone can see it—or "ephemeral"
| Acknowledge | 2 | **DEPRECATED** ACK a command without sending a message, eating the user's input |
| ChannelMessage | 3 | **DEPRECATED** respond with a message, eating the user's input |
| ChannelMessageWithSource | 4 | respond to an interaction with a message |
| DeferredChannelMessageWithSource | 5 | ACK an interaction and edit to a response later, the user sees a loading state |
| DeferredChannelMessageWithSource | 5 | ACK an interaction and edit a response later, the user sees a loading state |

###### InteractionApplicationCommandCallbackData

Expand Down

0 comments on commit c410bf4

Please sign in to comment.