fast-discord-js
Version:
FastDiscordJS is an unofficial extension of the 'discord.js' library. Our extension aims to simplify the development of Discord bots, promoting cleaner code and easier maintenance.
11 lines (10 loc) • 349 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.interactionHandlers = void 0;
exports.interactionHandlers = new Map();
class default_1 {
constructor(options) {
exports.interactionHandlers.set(options.customId, { run: options.run, useParams: options.useParams });
}
}
exports.default = default_1;