node-vk-bot-api
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "node-vk-bot-api", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"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", |
@@ -43,10 +43,10 @@ # VK Bot API | ||
* .setToken(token) | ||
* .addCommand(command, callback) | ||
* .notCommand(callback) | ||
* .sendMessage(opts) | ||
* .getLastMessage(update) | ||
* .getForwardMessage(update) | ||
* .startLongPoll() | ||
* .getLongPoll(longPollParams) | ||
* [.setToken(token)](https://www.npmjs.com/package/node-vk-bot-api#settokentoken) | ||
* [.addCommand(command, callback)](https://www.npmjs.com/package/node-vk-bot-api#addcommandcommand-callback) | ||
* [.notCommand(callback)](https://www.npmjs.com/package/node-vk-bot-api#notcommandcallback) | ||
* [.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(longPollParams)](https://www.npmjs.com/package/node-vk-bot-api#getlongpolllongpollparams) | ||
@@ -53,0 +53,0 @@ ### .setToken(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
9673