goodbotai / karma

Experience sampling bot
BSD 2-Clause "Simplified" License
7 stars 0 forks source link

karma is not defined in sendMessage for conversation timeout #87

Closed urbanslug closed 6 years ago

urbanslug commented 6 years ago

Environment

All

Expected behavior

A timeout message will be sent when the conversation times out.

Actual behavior

A timeout message is not sent because karma (the bot object) isn't defined in the call to facebookUtils.sendMessage.

Steps to reproduce the behavior


Implementation plan