tinygame.xyz
Advanced tools
Comparing version 1.6.42 to 1.6.43
{ | ||
"name": "tinygame.xyz", | ||
"version": "1.6.42", | ||
"version": "1.6.43", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "dependencies": {}, |
@@ -100,2 +100,8 @@ var express = require('express'); | ||
}); | ||
} else if (message.MsgType === 'voice') { | ||
if (message.FromUserName === 'oIuxBtw3ihx4JxHTpYzvAVDiBcjo') { | ||
res.reply('hi c,' + message.Recognition); | ||
} else { | ||
res.reply(message.Recognition); | ||
} | ||
} else if ( (message.FromUserName === 'oIuxBtw3ihx4JxHTpYzvAVDiBcjo') || | ||
@@ -102,0 +108,0 @@ (message.FromUserName === 'oIuxBtyebhwI1kGrhy4oF4-MEzcQ') |
@@ -12,10 +12,10 @@ var spawn = require('child_process').spawn; | ||
call_command.stderr.on('data', function (data) { | ||
console.log('standard error output:\n' + data); | ||
}); | ||
//call_command.stderr.on('data', function (data) { | ||
//console.log('standard error output:\n' + data); | ||
//}); | ||
call_command.on('exit', function (code, signal) { | ||
console.log('child process eixt ,exit:' + code); | ||
}); | ||
//call_command.on('exit', function (code, signal) { | ||
//console.log('child process eixt ,exit:' + code); | ||
//}); | ||
console.log(options); | ||
//console.log(options); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
191470
2405