From c6ca5a83e7b72613f95c2145606a1330f64ae894 Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Fri, 21 Apr 2023 21:56:51 +0100 Subject: [PATCH] docs(APITypes): Document role & user select menu components (#9435) docs(APITypes): document select menu components Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- packages/discord.js/src/util/APITypes.js | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/packages/discord.js/src/util/APITypes.js b/packages/discord.js/src/util/APITypes.js index 080df5161..518b79b29 100644 --- a/packages/discord.js/src/util/APITypes.js +++ b/packages/discord.js/src/util/APITypes.js @@ -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} @@ -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}