This project was bootstrapped with Bottender, and aimed to demo the basic capabiltiy of Telegram bots. The demo bot could be accessed here, Bottender Playground on Telegram.
Related Bottender Documents:
There are two default scripts you can run:
Run the bot in the development mode.
It will automatically restart the bot if there are any changes in index.js
.
For more information, check nodemon's repo
Run the bot without being monitored.
The bot won't be restarted when you change anything in index.js