Ramin

Results 1 issues of Ramin

Hi I have this code block in server.js file: ``` const Telegram = require('telegram-node-bot') const tg = new Telegram.Telegram('***********token**************',{ workers:1 }); const pingController = require('./controllers/ping') ,otherwiseController = require('./controllers/otherwise') tg.router.when(new Telegram.TextCommand('/ping','pingCommand'),...