UNPKG

@shadow-dev/core

Version:

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

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