WebexCommunity / webex-node-bot-framework

A framework for creating Webex Teams bots using node and express
MIT License
57 stars 48 forks source link

Log calls to framework.hears() #65

Closed jpjpjp closed 2 years ago

jpjpjp commented 2 years ago

Emit additional framework log events with details about which framework.hears() instances are called in response to messages. The hope is that this will help developers identify where the problem is when they think that bots are not responding to their messages.