Skellington-Closet / skellington

:sparkles::skull::sparkles: The skeleton for your bots
MIT License
64 stars 6 forks source link

Call startTicking if startRtm is false #54

Closed colestrode closed 7 years ago

colestrode commented 7 years ago

From the Botkit docs:

Note: If you are not also establishing an RTM connection, you will need to manually run the controller.startTicking() method for conversations to work properly.

We need to call controller.startTicking if we are not establishing an RTM connection.