node-vk-bot-api
Advanced tools
Comparing version 0.1.4 to 0.1.5
{ | ||
"name": "node-vk-bot-api", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"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", |
@@ -44,11 +44,11 @@ # VK Bot API | ||
* [.auth(token)](https://github.com/bifot/node-vk-bot-api#authtoken) | ||
* [.command(command, callback)](https://github.com/bifot/node-vk-bot-api#commandcommand-callback) | ||
* [.hears(command, callback)](https://github.com/bifot/node-vk-bot-api#hearscommand-callback) | ||
* [.reserve(callback)](https://github.com/bifot/node-vk-bot-api#reservecallback) | ||
* [.sendMessage(opts)](https://github.com/bifot/node-vk-bot-api#sendmessageopts) | ||
* [.getLastMessage(update)](https://github.com/bifot/node-vk-bot-api#getlastmessageupdate) | ||
* [.getForwardMessage(update)](https://github.com/bifot/node-vk-bot-api#getforwardmessageupdate) | ||
* [.startLongPoll()](https://github.com/bifot/node-vk-bot-api#startlongpoll) | ||
* [.getLongPoll()](https://github.com/bifot/node-vk-bot-api#getlongpoll) | ||
* [.auth(token)](https://www.npmjs.com/package/node-vk-bot-api#authtoken) | ||
* [.command(command, callback)](https://www.npmjs.com/package/node-vk-bot-api#commandcommand-callback) | ||
* [.hears(command, callback)](https://www.npmjs.com/package/node-vk-bot-api#hearscommand-callback) | ||
* [.reserve(callback)](https://www.npmjs.com/package/node-vk-bot-api#reservecallback) | ||
* [.sendMessage(opts)](https://www.npmjs.com/package/node-vk-bot-api#sendmessageopts) | ||
* [.getLastMessage(update)](https://www.npmjs.com/package/node-vk-bot-api#getlastmessageupdate) | ||
* [.getForwardMessage(update)](https://www.npmjs.com/package/node-vk-bot-api#getforwardmessageupdate) | ||
* [.startLongPoll()](https://www.npmjs.com/package/node-vk-bot-api#startlongpoll) | ||
* [.getLongPoll()](https://www.npmjs.com/package/node-vk-bot-api#getlongpoll) | ||
@@ -55,0 +55,0 @@ ### .auth(token) |
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
11496