interaction_endpoint_url in Application Object. #6112
-
Currently Discord doesn't send any indication that your application has set a INTERACTIONS ENDPOINT URL. Rationale being that this allows developers to debug cases where they have been testing http interactions and simply forgot to remove this from their portal, without understanding the consequences this has on gateway interactions. I am sure there other cases. It also gives an opportunity for library developers to emit a log stating this is the case. Helping developers quickly debug these sorts of scenarios. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
is the |
Beta Was this translation helpful? Give feedback.
is the
BOT_HTTP_INTERACTIONS
user flag not sufficient for this use case?