chore: remove unnecessary stuff

This commit is contained in:
Mahdi Dibaiee 2018-03-21 18:31:02 +03:30
parent 5c6c24d0a4
commit a3980f3d22

View File

@ -14,8 +14,7 @@ If you are cloning this repository, remember to run `npm install` to install dep
If you are looking for a real-life example of a bot written using this module, see [mdibaiee/webdevrobot](https://github.com/mdibaiee/webdevrobot).
[Documentation](https://github.com/mdibaiee/node-telegram-api/wiki)
==============
[**Documentation**](https://github.com/mdibaiee/node-telegram-api/wiki)
Example
=======
@ -52,12 +51,6 @@ bot.command('weather <city> [date]', function(message) {
})
```
Bots using this module
======================
[@webdevrobot](https://telegram.me/webdevrobot) => [mdibaiee/webdevrobot](https://github.com/mdibaiee/webdevrobot)
[@metagon_bot](https://telegram.me/metagon_bot) => [austinhuang0131/metagon](https://github.com/austinhuang0131/metagon)
Todo
====
- [x] Webhook support (not tested, see [#4](https://github.com/mdibaiee/node-telegram-api/issues/4))