wickrio-bot-api
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "wickrio-bot-api", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "The official Wickr IO Bot API Framework", | ||
@@ -5,0 +5,0 @@ "main": "WickrIOBot.js", |
@@ -188,2 +188,11 @@ const WickrIOAPI = require('wickrio_addon'); | ||
var vGroupID = message.vgroupid; | ||
if(message.file){ | ||
var parsedObj = { | ||
'file': message.file.localfilename, | ||
'filename': message.file.filename, | ||
'vgroupid': vGroupID, | ||
'userEmail': sender | ||
}; | ||
return parsedObj; | ||
} | ||
var request = message.message; | ||
@@ -190,0 +199,0 @@ var command = '', |
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
10136
256