discord / discord-api-docs

Official Discord API Documentation
https://discord.com/developers/docs/intro
Other
5.89k stars 1.25k forks source link

Application return interactions_endpoint_url and role_connections_verification_url with null value #6999

Open Doc94 opened 1 month ago

Doc94 commented 1 month ago

Description

The application object based in docs show interactions_endpoint_url/role_connections_verification_url with not null values but running https://discord.com/developers/docs/topics/oauth2#get-current-bot-application-information return this fields with null values

Steps to Reproduce

Call https://discord.com/developers/docs/topics/oauth2#get-current-bot-application-information and check information

Expected Behavior

The object returned not include interactions_endpoint_url or role_connections_verification_url if are null based in docs.

Current Behavior

The object returned include interactions_endpoint_url or role_connections_verification_url with null values

Screenshots/Videos

No response

Client and System Information

N/A

kashike commented 1 month ago

This seems like a documentation error - those two fields change based on the configuration you provide to Discord (Applications -> General Information) - they are unset for my application (and all applications by default): image