@ptkdev/node-discord-bot-boilerplate
Version:
Create your discord bot with this friendly boilerplate. Use this repository as template for your bot
21 lines • 631 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.bot = void 0;
/**
* Discord
* =====================
*
* @contributors: Patryk Rzucidło [@ptkdev] <support@ptkdev.io> (https://ptk.dev)
* Alì Shadman [@AliShadman95]
*
* @license: MIT License
*
*/
const discord_js_1 = __importDefault(require("discord.js"));
const bot = new discord_js_1.default.Client();
exports.bot = bot;
exports.default = bot;
//# sourceMappingURL=discord.js.map