node-telegram-bot-api
Advanced tools
Comparing version 0.8.1 to 0.8.2
{ | ||
"name": "node-telegram-bot-api", | ||
"version": "0.8.1", | ||
"version": "0.8.2", | ||
"description": "Telegram Bot API", | ||
@@ -53,11 +53,2 @@ "main": "index.js", | ||
{ | ||
"name": "Yago", | ||
"email": "yago@yago.me", | ||
"url": "https://github.com/yagop", | ||
"contributions": 52, | ||
"additions": 1195, | ||
"deletions": 169, | ||
"hireable": true | ||
}, | ||
{ | ||
"name": "Ilias Ismanalijev", | ||
@@ -70,4 +61,13 @@ "email": "hello@illyism.com", | ||
"hireable": true | ||
}, | ||
{ | ||
"name": "Yago", | ||
"email": "yago@yago.me", | ||
"url": "https://github.com/yagop", | ||
"contributions": 57, | ||
"additions": 1235, | ||
"deletions": 188, | ||
"hireable": true | ||
} | ||
] | ||
} |
@@ -114,2 +114,6 @@ var EventEmitter = require('events').EventEmitter; | ||
self._polling(timeout); | ||
}).catch(function (err) { | ||
// console.error(err); | ||
// Wait for 2 seconds before retry | ||
setTimeout(self._polling.bind(self), 2000, timeout); | ||
}); | ||
@@ -116,0 +120,0 @@ }; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
535335
772