UNPKG

@shadow-dev/core

Version:

A modular core framework for Discord bot development, providing commands, buttons, menus, middleware, and more.

11 lines (10 loc) 243 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Menu = void 0; class Menu { constructor(options) { this.customId = options.customId; this.run = options.run; } } exports.Menu = Menu;