gSearch: function(message){
googleSearch.build({
q: message
},
function(error, response)
{
console.log(response);
chain.send('/me ' + response);
});
},
戻り、[Objectオブジェクト]結果として、[Objectオブジェクト]を返す結果としてNode.jsのNPMのGoogle検索結果が
これは、HTMLのためではない、そのボットはIRCタイプチャットのためのもの。 !g "検索用語"のようなリクエストを送信すると、検索結果がチャットに返信されます。
gSearch: function(message){ googleSearch.build({ q: message
}, function(error, response) {
console.log(response); chain.send('/me', JSON.stringify(response)); }); },
をあなたは明確にあなたの質問や問題は何が起こるかを述べたが、いませんでした。 – ssube
[オブジェクトオブジェクト]の代わりに検索結果を返すにはどうすればよいですか?検索用語は[オブジェクト] – DiminishedHail
です。申し訳ありません。 – DiminishedHail