UNPKG

@wilcosp/rex

Version:

Rex is an automated command manager for discord js

10 lines (9 loc) 267 B
import { RexSelectMenuInteractionBase } from "./selectmenu.js"; export class RexRoleSelectMenuInteraction extends RexSelectMenuInteractionBase { constructor(inter, opt) { super(inter, opt); } get roles() { return this.inter.roles; } }