@wilcosp/rex
Version:
Rex is an automated command manager for discord js
14 lines (13 loc) • 457 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RexRoleSelectMenuInteraction = void 0;
const selectmenu_js_1 = require("./selectmenu.js");
class RexRoleSelectMenuInteraction extends selectmenu_js_1.RexSelectMenuInteractionBase {
constructor(inter, opt) {
super(inter, opt);
}
get roles() {
return this.inter.roles;
}
}
exports.RexRoleSelectMenuInteraction = RexRoleSelectMenuInteraction;