grammyjs/conversations

feat: detect missing `await` keyword and throw helpful error

KnorpelSenf opened this issue · 0 comments

I just found the issue, seems like I forgor to use await on my next() middleware.
Never thought the issue will be on middleware smh, since the code works without any wait() or waitFor().

Originally posted by @hanahaneull in #70 (comment)