UNPKG

@ptkdev/node-discord-bot-boilerplate

Version:

Create your discord bot with this friendly boilerplate. Use this repository as template for your bot

20 lines 702 B
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); /** * Translations * ===================== * Switch translations * * @contributors: Patryk Rzucidło [@ptkdev] <support@ptkdev.io> (https://ptk.dev) * Alì Shadman [@AliShadman95] * * @license: MIT License * */ const en_json_1 = __importDefault(require("../translations/en.json")); const it_json_1 = __importDefault(require("../translations/it.json")); exports.default = { en: en_json_1.default, it: it_json_1.default }; //# sourceMappingURL=translations.js.map