UNPKG

simplify-cord

Version:

SimplifyCord 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.

16 lines (15 loc) 1.43 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Event = exports.InteractionType = exports.createRow = exports.createModal = exports.createEmbed = exports.SlashCommand = exports.InteractionHandler = exports.bootstrapApp = void 0; const index_1 = require("./class/index"); Object.defineProperty(exports, "bootstrapApp", { enumerable: true, get: function () { return index_1.bootstrapApp; } }); Object.defineProperty(exports, "InteractionHandler", { enumerable: true, get: function () { return index_1.InteractionHandler; } }); Object.defineProperty(exports, "SlashCommand", { enumerable: true, get: function () { return index_1.SlashCommand; } }); const components_1 = require("./components"); Object.defineProperty(exports, "createEmbed", { enumerable: true, get: function () { return components_1.createEmbed; } }); Object.defineProperty(exports, "createModal", { enumerable: true, get: function () { return components_1.createModal; } }); Object.defineProperty(exports, "createRow", { enumerable: true, get: function () { return components_1.createRow; } }); const index_2 = require("./handlers/interactions/index"); Object.defineProperty(exports, "InteractionType", { enumerable: true, get: function () { return index_2.InteractionType; } }); const Event_1 = require("./class/Event"); Object.defineProperty(exports, "Event", { enumerable: true, get: function () { return Event_1.Event; } });