howdyai / botkit-middleware-witai

Middleware for using Wit.ai with Botkit-powered bots
MIT License
87 stars 49 forks source link

Parse messages that are directly messaging the bot #21

Closed makstaks closed 7 years ago

makstaks commented 7 years ago

This fixes a bug that filters out direct messages to the bot resulting in messages not being sent to wit. I've added a check if the message's channel starts with the letter "D". If so, don't filter out. "D" means it's a direct message to the bot.

makstaks commented 7 years ago

No response. Closing PR.