Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ティックのハンドルはどこに追加できますか? ログをスパムするのは非常に面倒です
ボット オブジェクトをインスタンス化するときにデバッグ パラメーターを false に設定するだけで済みました。
var controller = Botkit.facebookbot({ debug: false });
ただし、他のデバッグ ステートメントを表示する場合は、別の方法を使用します。
controller.on('tick', function(bot, event) { ... });