UNPKG

@wilcosp/rex

Version:

Rex is an automated command manager for discord js

14 lines (13 loc) 1.38 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RexMentionSelectMenuInteraction = exports.RexRoleSelectMenuInteraction = exports.RexUserSelectMenuInteraction = exports.RexStringSelectMenuInteraction = exports.RexButtonInteraction = void 0; var button_js_1 = require("./button.js"); Object.defineProperty(exports, "RexButtonInteraction", { enumerable: true, get: function () { return button_js_1.RexButtonInteraction; } }); var stringSelectMenu_js_1 = require("./stringSelectMenu.js"); Object.defineProperty(exports, "RexStringSelectMenuInteraction", { enumerable: true, get: function () { return stringSelectMenu_js_1.RexStringSelectMenuInteraction; } }); var userSelectMenu_js_1 = require("./userSelectMenu.js"); Object.defineProperty(exports, "RexUserSelectMenuInteraction", { enumerable: true, get: function () { return userSelectMenu_js_1.RexUserSelectMenuInteraction; } }); var roleSelectMenu_js_1 = require("./roleSelectMenu.js"); Object.defineProperty(exports, "RexRoleSelectMenuInteraction", { enumerable: true, get: function () { return roleSelectMenu_js_1.RexRoleSelectMenuInteraction; } }); var mentionSelectMenu_js_1 = require("./mentionSelectMenu.js"); Object.defineProperty(exports, "RexMentionSelectMenuInteraction", { enumerable: true, get: function () { return mentionSelectMenu_js_1.RexMentionSelectMenuInteraction; } });