UNPKG

djsify

Version:

A powerful and flexible Discord bot framework for building feature-rich Discord bots with ease. Supports message commands, slash commands, and button interactions.

23 lines (22 loc) 1.83 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.djsClient = exports.Colors = exports.Ai = exports.OptionType = exports.SlashCommand = exports.MessageCommandFile = exports.ButtonCommandFile = exports.SlashCommandFile = void 0; const SlashCommandFile_js_1 = require("./type/SlashCommandFile.cjs"); Object.defineProperty(exports, "SlashCommandFile", { enumerable: true, get: function () { return SlashCommandFile_js_1.SlashCommandFile; } }); const ButtonCommandFile_js_1 = require("./type/ButtonCommandFile.cjs"); Object.defineProperty(exports, "ButtonCommandFile", { enumerable: true, get: function () { return ButtonCommandFile_js_1.ButtonCommandFile; } }); const MessageCommandFile_js_1 = require("./type/MessageCommandFile.cjs"); Object.defineProperty(exports, "MessageCommandFile", { enumerable: true, get: function () { return MessageCommandFile_js_1.MessageCommandFile; } }); const ai_js_1 = require("./utils/ai.cjs"); Object.defineProperty(exports, "Ai", { enumerable: true, get: function () { return ai_js_1.Ai; } }); const SlashCommand_js_1 = require("./builders/SlashCommand.cjs"); Object.defineProperty(exports, "SlashCommand", { enumerable: true, get: function () { return SlashCommand_js_1.SlashCommand; } }); Object.defineProperty(exports, "OptionType", { enumerable: true, get: function () { return SlashCommand_js_1.OptionType; } }); const Colors_js_1 = require("./utils/Colors.cjs"); Object.defineProperty(exports, "Colors", { enumerable: true, get: function () { return Colors_js_1.Colors; } }); const setup_js_1 = __importDefault(require("./Client/setup.cjs")); exports.djsClient = setup_js_1.default; exports.default = setup_js_1.default;