1
0
mirror of https://github.com/elisspace/FxLifeSheet.git synced 2026-08-29 15:44:00 +00:00
Files
FxLifeSheet/classes/telegram.js
2021-11-04 15:23:39 +01:00

6 lines
195 B
JavaScript

"use strict";
exports.__esModule = true;
var Telegraf = require("telegraf");
var bot = new Telegraf(process.env.TELEGRAM_BOT_TOKEN);
module.exports.bot = bot;
//# sourceMappingURL=telegram.js.map