UNPKG

@ayanaware/bentocord

Version:

Bentocord is a Bento plugin designed to rapidly build fully functional Discord Bots.

11 lines 376 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ButtonContext = void 0; const ComponentContext_1 = require("./ComponentContext"); class ButtonContext extends ComponentContext_1.ComponentContext { get data() { return this.interaction.data; } } exports.ButtonContext = ButtonContext; //# sourceMappingURL=ButtonContext.js.map