Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 1.06 KB

README.md

File metadata and controls

25 lines (16 loc) · 1.06 KB

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:

Available Scripts

There are two default scripts you can run:

npm run dev

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

npm start

Run the bot without being monitored.
The bot won't be restarted when you change anything in index.js