@wilcosp/rex
Version:
Rex is an automated command manager for discord js
8 lines (7 loc) • 427 B
TypeScript
import { StringSelectMenuInteraction } from "discord.js";
import { ExtraCommandReplyInteractionOptions } from "../../types/types.js";
import { RexSelectMenuInteractionBase } from "./selectmenu.js";
export declare class RexStringSelectMenuInteraction extends RexSelectMenuInteractionBase {
inter: StringSelectMenuInteraction;
constructor(inter: StringSelectMenuInteraction, opt?: ExtraCommandReplyInteractionOptions);
}