Update README, javascriptbot renamed to webdevrobot

This commit is contained in:
Mahdi Dibaiee
2015-07-09 16:15:44 +04:30
parent f88927e970
commit d4efc99ab9
2 changed files with 2 additions and 4 deletions

View File

@ -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;