ITOH
2021-04-14 08:51:54 +02:00
parent e3442f01b7
commit ea221bba5a

View File

@@ -4,6 +4,6 @@ export enum DiscordInteractionResponseTypes {
Pong = 1,
/** Respond to an interaction with a message */
ChannelMessageWithSource = 4,
/** ACK an interaction and edit to a response later, the user sees a loading state */
/** ACK an interaction and edit a response later, the user sees a loading state */
DeferredChannelMessageWithSource = 5,
}