UNPKG

@abbott-platform/abbott-framework

Version:

Abbott Framework is a framework to bring productivity and abstractions to help you to build awesome chatbots.

11 lines (10 loc) 307 B
module.exports = function (controller) { // controller.middleware.receive.use(function (bot, message, next) { // console.log('RCVD:', message); // next(); // }); // controller.middleware.send.use(function (bot, message, next) { // console.log('SEND:', message); // next(); // }); };