Skip to content

Commit

Permalink
docs(APITypes): Document role & user select menu components (#9435)
Browse files Browse the repository at this point in the history
docs(APITypes): document select menu components

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
Jiralite and kodiakhq[bot] committed Apr 21, 2023
1 parent 5c52bb9 commit c6ca5a8
Showing 1 changed file with 10 additions and 0 deletions.
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

0 comments on commit c6ca5a8

Please sign in to comment.