node-vk-bot-api
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -117,4 +117,4 @@ const request = require('request'); | ||
const update = (Object.keys(data).length == 3) | ||
? { user_id: data.user_id, date: data.date, msg: data.body } | ||
: { user_id: data[3], date: data[4], msg: data[6] }; | ||
? { user_id: uid, date: data.date, msg: data.body } | ||
: { user_id: uid, date: data[4], msg: data[6] }; | ||
@@ -121,0 +121,0 @@ if (action[update.msg]) { |
{ | ||
"name": "node-vk-bot-api", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"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
10506
6