bot.reply(message,"Tell me more!"); }); controller.on('ambient',function(bot,message) { // do something... // then respond with a message object bot.reply(message,{ text: "A more complex response", username: "ReplyBot", icon_emoji: ":dash:", }); }) //Using attachments control...