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.

15 lines (14 loc) 922 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.Event = exports.InteractionHandler = exports.SlashCommand = exports.bootstrapApp = void 0; const index_1 = __importDefault(require("../handlers/commands/index")); exports.SlashCommand = index_1.default; const Client_1 = require("./Client"); Object.defineProperty(exports, "bootstrapApp", { enumerable: true, get: function () { return Client_1.bootstrapApp; } }); const index_2 = require("../handlers/interactions/index"); Object.defineProperty(exports, "InteractionHandler", { enumerable: true, get: function () { return index_2.InteractionHandler; } }); const Event_1 = require("./Event"); Object.defineProperty(exports, "Event", { enumerable: true, get: function () { return Event_1.Event; } });