UNPKG

@wilcosp/rex

Version:

Rex is an automated command manager for discord js

13 lines (12 loc) 328 B
import { RexSelectMenuInteractionBase } from "./selectmenu.js"; export class RexUserSelectMenuInteraction extends RexSelectMenuInteractionBase { constructor(inter, opt) { super(inter, opt); } get users() { return this.inter.users; } get members() { return this.inter.members; } }