1
0
mirror of https://github.com/elisspace/FxLifeSheet.git synced 2026-08-29 15:44:00 +00:00
Files
FxLifeSheet/classes/telegram.ts
2019-04-30 12:56:30 +02:00

8 lines
153 B
TypeScript

// Telegram setup
const Telegraf = require("telegraf");
const bot = new Telegraf(process.env.TELEGRAM_BOT_TOKEN);
module.exports.bot = bot;
export {};