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.
14 lines (13 loc) • 1.33 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CreateSelect = exports.CreateRow = exports.CreateModal = exports.CreateEmbed = exports.CreateButton = exports.SlashCommand = exports.InteractionHandler = exports.Client = void 0;
const index_1 = require("./class/index");
Object.defineProperty(exports, "Client", { enumerable: true, get: function () { return index_1.Client; } });
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, "CreateButton", { enumerable: true, get: function () { return components_1.CreateButton; } });
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; } });
Object.defineProperty(exports, "CreateSelect", { enumerable: true, get: function () { return components_1.CreateSelect; } });