You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// This is used strictly for acknowledging the HTTP interaction request from discord. This responds with 202 Accepted.
48
+
//
49
+
// When using this, your first http request must be [rest.Interactions.CreateInteractionResponse] or [rest.Interactions.CreateInteractionResponseWithCallback]
50
+
//
51
+
// This does not produce a visible loading state to the user.
52
+
// You are expected to send a new http request within 3 seconds to respond to the interaction.
53
+
// This allows you to gracefully handle errors with your sent response & access the resulting message.
54
+
//
55
+
// If you want to create a visible loading state, use DeferCreateMessage.
// This is used strictly for acknowledging the HTTP interaction request from discord. This responds with 202 Accepted.
114
+
//
115
+
// When using this, your first http request must be [rest.Interactions.CreateInteractionResponse] or [rest.Interactions.CreateInteractionResponseWithCallback]
116
+
//
117
+
// This does not produce a visible loading state to the user.
118
+
// You are expected to send a new http request within 3 seconds to respond to the interaction.
119
+
// This allows you to gracefully handle errors with your sent response & access the resulting message.
120
+
//
121
+
// If you want to create a visible loading state, use DeferCreateMessage.
// This is used strictly for acknowledging the HTTP interaction request from discord. This responds with 202 Accepted.
190
+
//
191
+
// When using this, your first http request must be [rest.Interactions.CreateInteractionResponse] or [rest.Interactions.CreateInteractionResponseWithCallback]
192
+
//
193
+
// This does not produce a visible loading state to the user.
194
+
// You are expected to send a new http request within 3 seconds to respond to the interaction.
195
+
// This allows you to gracefully handle errors with your sent response & access the resulting message.
196
+
//
197
+
// If you want to create a visible loading state, use DeferCreateMessage.
// This is used strictly for acknowledging the HTTP interaction request from discord. This responds with 202 Accepted.
231
+
//
232
+
// When using this, your first http request must be [rest.Interactions.CreateInteractionResponse] or [rest.Interactions.CreateInteractionResponseWithCallback]
233
+
//
234
+
// This does not produce a visible loading state to the user.
235
+
// You are expected to send a new http request within 3 seconds to respond to the interaction.
236
+
// This allows you to gracefully handle errors with your sent response & access the resulting message.
237
+
//
238
+
// If you want to create a visible loading state, use DeferCreateMessage.
0 commit comments