UNPKG

@wilcosp/rex

Version:

Rex is an automated command manager for discord js

11 lines (10 loc) 408 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RexStringSelectMenuInteraction = void 0; const selectmenu_js_1 = require("./selectmenu.js"); class RexStringSelectMenuInteraction extends selectmenu_js_1.RexSelectMenuInteractionBase { constructor(inter, opt) { super(inter, opt); } } exports.RexStringSelectMenuInteraction = RexStringSelectMenuInteraction;