Skip to content
Discussion options

You must be logged in to vote

There is no "acknowledge without action" (anymore). If the user interacts with a bot (by pressing a button, using a dropdown, etc.) they generally expect something to happen, be that an update of the message the button is on, or an (ephemeral) reply.

The PONG interaction callback is for PING payloads that discord sends to interaction-only webhook applications. This is detailed in the documentation for this type of receiving interactions.: https://discord.com/developers/docs/interactions/receiving-and-responding#receiving-an-interaction

These steps are only necessary for webhook-based Interactions. It is not required for receiving them over the gateway.

Your endpoint must be prepared to …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by isiah-lloyd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants