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) { ... });