From e4450c8417624b71d779cb4f41692538f9165e10 Mon Sep 17 00:00:00 2001 From: sowgro Date: Sat, 2 Sep 2023 19:12:47 -0400 Subject: first commit --- .../discord.js/src/structures/RoleSelectMenuComponent.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 node_modules/discord.js/src/structures/RoleSelectMenuComponent.js (limited to 'node_modules/discord.js/src/structures/RoleSelectMenuComponent.js') diff --git a/node_modules/discord.js/src/structures/RoleSelectMenuComponent.js b/node_modules/discord.js/src/structures/RoleSelectMenuComponent.js new file mode 100644 index 0000000..1b27942 --- /dev/null +++ b/node_modules/discord.js/src/structures/RoleSelectMenuComponent.js @@ -0,0 +1,11 @@ +'use strict'; + +const BaseSelectMenuComponent = require('./BaseSelectMenuComponent'); + +/** + * Represents a role select menu component + * @extends {BaseSelectMenuComponent} + */ +class RoleSelectMenuComponent extends BaseSelectMenuComponent {} + +module.exports = RoleSelectMenuComponent; -- cgit v1.2.3