UNPKG

@antibot/interactions

Version:

## 🗡️ An interactions library made for Discord interactions

27 lines 567 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Button = void 0; class Button { Style(style) { this.style = style; return this; } Label(label) { this.label = label; return this; } CustomID(custom_id) { this.custom_id = custom_id; return this; } Url(url) { this.url = url; return this; } Disabled(disabled) { this.disabled = disabled; return this; } } exports.Button = Button; //# sourceMappingURL=Button.js.map