discord-php / DiscordPHP

An API to interact with the popular messaging app Discord
MIT License
999 stars 237 forks source link

Add Application::role_connections_verification_url #1017

Closed SQKo closed 1 year ago

SQKo commented 1 year ago

Reference: https://github.com/discord/discord-api-docs/pull/5668

Not sure if the role connection object need to be made up as Part, I have yet to see it used in the Bot rather than an application's endpoint.

key2peace commented 1 year ago

Not sure if the role connection object need to be made up as Part, I have yet to see it used in the Bot rather than an application's endpoint.

yes it does, see Application Role Connection Metadata

SQKo commented 1 year ago

TODO: Add https://github.com/discord/discord-api-docs/pull/5771 later since it may conflict with #1018