fix
This commit is contained in:
parent
e7671c5a42
commit
28258c600c
@ -50,8 +50,8 @@ module.exports = function(url, cmds){
|
||||
return reject(500);//response.statusCode);
|
||||
}
|
||||
console.log(body)
|
||||
console.log(body[reply])
|
||||
event.reply(body[reply]).catch(err=>bot.error(err));
|
||||
console.log(body["reply"])
|
||||
event.reply(body["reply"]).catch(err=>bot.error(err));
|
||||
return resolve(200);
|
||||
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user