From e7b9c4807fa9dc9df23a50e91c19be4646e79a33 Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Thu, 20 Apr 2023 23:07:30 +0100 Subject: [PATCH] docs(APITypes): document select menu components --- 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 3a4878e2d4d9..58544f91393f 100644 --- a/packages/discord.js/src/util/APITypes.js +++ b/packages/discord.js/src/util/APITypes.js @@ -148,6 +148,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} @@ -168,6 +173,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}