Innopolis University DevOps Playground
Skip to content
Snippets Groups Projects
Commit 984056b9 authored by Kamil Sitdikov's avatar Kamil Sitdikov
Browse files

Upload New File

parent 6e854f87
Branches
No related tags found
No related merge requests found
const TelegramBot = require('node-telegram-bot-api');
const {process_params} = require("express/lib/router");
const {applyBotInteractions} = require("./botHandlers/bot");
require('dotenv').config();
const token = process.env.TELEGRAM_TOKEN;
const bot = new TelegramBot(token, {polling: true});
applyBotInteractions(bot);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment