From d4efc99ab9380dfac2ad02ace2bbd56f53a35020 Mon Sep 17 00:00:00 2001 From: Mahdi Dibaiee Date: Thu, 9 Jul 2015 16:15:44 +0430 Subject: [PATCH] Update README, javascriptbot renamed to webdevrobot --- README.md | 4 ++-- build/index.js | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 286211b..1b0701b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ for any bugs you find or any suggestions you have. If you are cloning this repository, remember to run `npm install` to install dependencies. -If you are looking for a real-life example of a bot written using this module, see [mdibaiee/javascriptbot](https://github.com/mdibaiee/javascriptbot). +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) ============== @@ -46,7 +46,7 @@ bot.command('start', function(message) { Bots using this module ====================== -[@JavaScriptBot](https://telegram.me/JavaScriptBot) => [mdibaiee/javascriptbot](https://github.com/mdibaiee/javascriptbot) +[@webdevrobot](https://telegram.me/webdevrobot) => [mdibaiee/webdevrobot](https://github.com/mdibaiee/webdevrobot) Todo ==== diff --git a/build/index.js b/build/index.js index 5beb9a2..6516096 100644 --- a/build/index.js +++ b/build/index.js @@ -245,8 +245,6 @@ var Bot = (function (_EventEmitter) { return params[param] === REQUIRED && !args[param]; }); - console.log(requiredParams); - if (!requiredParams.length) { ev.listener(res.message); return;