chore: remove unnecessary stuff
This commit is contained in:
parent
5c6c24d0a4
commit
a3980f3d22
@ -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).
|
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
|
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
|
Todo
|
||||||
====
|
====
|
||||||
- [x] Webhook support (not tested, see [#4](https://github.com/mdibaiee/node-telegram-api/issues/4))
|
- [x] Webhook support (not tested, see [#4](https://github.com/mdibaiee/node-telegram-api/issues/4))
|
||||||
|
Loading…
Reference in New Issue
Block a user