Update README, javascriptbot renamed to webdevrobot
This commit is contained in:
parent
f88927e970
commit
d4efc99ab9
@ -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
|
||||
====
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user