bocoup / chatter

A collection of useful primitives for creating interactive chat bots.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

allow createMessageHandler to return a promise

tkellen opened this issue · comments

...or modify argsAdjuster to allow this. Without this functionality it's difficult to look for an async value that we want to pass into every message handler.

This sounds sensible!