UNPKG

aifordiscord-api

Version:

An advanced npm package for Discord bots providing AI-enhanced random content, memes, jokes, and utilities with comprehensive documentation.

30 lines 1.32 kB
"use strict"; /** * aifordiscord-api - Advanced AI-enhanced Discord bot utilities * @version 1.0.0 * @author AI for Discord * @license MIT */ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { if (k2 === undefined) k2 = k; var desc = Object.getOwnPropertyDescriptor(m, k); if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) { desc = { enumerable: true, get: function() { return m[k]; } }; } Object.defineProperty(o, k2, desc); }) : (function(o, m, k, k2) { if (k2 === undefined) k2 = k; o[k2] = m[k]; })); var __exportStar = (this && this.__exportStar) || function(m, exports) { for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); }; Object.defineProperty(exports, "__esModule", { value: true }); exports.AIForDiscord = void 0; var aifordiscord_1 = require("./src/aifordiscord"); Object.defineProperty(exports, "AIForDiscord", { enumerable: true, get: function () { return aifordiscord_1.AIForDiscord; } }); __exportStar(require("./src/types"), exports); // Default export for convenience const aifordiscord_2 = require("./src/aifordiscord"); exports.default = aifordiscord_2.AIForDiscord; //# sourceMappingURL=index.js.map