Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(APITypes): Document role & user select menu components #9435

Merged
merged 2 commits into from Apr 21, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 10 additions & 0 deletions packages/discord.js/src/util/APITypes.js
Expand Up @@ -155,6 +155,11 @@
* @see {@link https://discord-api-types.dev/api/discord-api-types-v10/interface/APIPresence}
*/

/**
* @external APIRoleSelectComponent
* @see {@link https://discord-api-types.dev/api/discord-api-types-v10#APIRoleSelectComponent}
*/

/**
* @external APISelectMenuOption
* @see {@link https://discord-api-types.dev/api/discord-api-types-v10/interface/APISelectMenuOption}
Expand All @@ -175,6 +180,11 @@
* @see {@link https://discord-api-types.dev/api/discord-api-types-v10/interface/APIUser}
*/

/**
* @external APIUserSelectComponent
* @see {@link https://discord-api-types.dev/api/discord-api-types-v10#APIUserSelectComponent}
*/

/**
* @external ApplicationCommandType
* @see {@link https://discord-api-types.dev/api/discord-api-types-v10/enum/ApplicationCommandType}
Expand Down