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.
13 lines (12 loc) • 635 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.InteractionHandler = exports.SlashCommand = exports.Client = void 0;
const Client_1 = __importDefault(require("./Client"));
exports.Client = Client_1.default;
const InteractionHandler_1 = __importDefault(require("./InteractionHandler"));
exports.InteractionHandler = InteractionHandler_1.default;
const SlashCommand_1 = __importDefault(require("./SlashCommand"));
exports.SlashCommand = SlashCommand_1.default;