Comparing version 2.0.2 to 2.0.3
@@ -66,3 +66,3 @@ module.exports = { | ||
} | ||
if (message.entities) { | ||
if (!message.entities) { | ||
return result | ||
@@ -69,0 +69,0 @@ } |
{ | ||
"name": "telegraf", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "📢 Modern Telegram bot framework", | ||
@@ -5,0 +5,0 @@ "main": "lib/telegraf.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
69108