UNPKG

@wilcosp/rex

Version:

Rex is an automated command manager for discord js

7 lines (6 loc) 212 B
import { RexSelectMenuInteractionBase } from "./selectmenu.js"; export class RexStringSelectMenuInteraction extends RexSelectMenuInteractionBase { constructor(inter, opt) { super(inter, opt); } }