node-vk-bot-api
Advanced tools
Comparing version 2.1.2 to 2.1.3
@@ -7,3 +7,3 @@ module.exports = function (ctx, idx = -1) { | ||
if (ctx.message.type === 'message_new' && trigger !== 'message_new') { | ||
const message = ctx.message.text ? ctx.message.text.toLowerCase() : '' | ||
const message = (ctx.message.text || ctx.message.body).toLowerCase() | ||
@@ -10,0 +10,0 @@ if (trigger instanceof RegExp) { |
{ | ||
"name": "node-vk-bot-api", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "🤖 Vk bot framework for Node.js", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
18741