node-vk-bot-api
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -95,3 +95,3 @@ const request = require('request'); | ||
} else { | ||
this.getLongPollParams(longPollParams); | ||
this.getLongPoll(); | ||
return; | ||
@@ -98,0 +98,0 @@ } |
{ | ||
"name": "node-vk-bot-api", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "Clean API for VK bots based on long poll with multi-dispatch send messages (~75 per second).", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
11624