From a3980f3d222702d51d12dded0ff54113df84c183 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Wed, 21 Mar 2018 18:31:02 +0330 Subject: [PATCH] chore: remove unnecessary stuff --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 8cb92b8..6f696b6 100644 --- a/README.md +++ b/README.md @@ -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 [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))