Skip to content

Latest commit

 

History

History
5 lines (2 loc) · 322 Bytes

README.md

File metadata and controls

5 lines (2 loc) · 322 Bytes

This framework tries to be as little opinionated as possible. The assumptions are that you'll have a message broker with a method to send messages, you'll have an entry function I'll call botLogic, that returns a promise that is resolved when everything is done.

See the simpleBroker test to know how to use