wingbot-daktela
Advanced tools
Comparing version 1.0.0-alpha.2 to 1.0.0-alpha.3
{ | ||
"name": "wingbot-daktela", | ||
"version": "1.0.0-alpha.2", | ||
"version": "1.0.0-alpha.3", | ||
"description": "Daktela connector for wingbot.ai", | ||
@@ -5,0 +5,0 @@ "main": "src/main.js", |
@@ -138,6 +138,13 @@ /* | ||
); | ||
} else if (!name && !time) { | ||
} else if (!name && !time && this._options.welcomeAction) { | ||
// the start event | ||
req = Request.postBack( | ||
senderId, | ||
this._options.welcomeAction, | ||
{}, | ||
null, | ||
{}, | ||
timestamp | ||
); | ||
} | ||
@@ -144,0 +151,0 @@ |
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
34205
335