grammyjs / nestjs

grammY integration for NestJS.
41 stars 11 forks source link

Fix middlewares call #33

Closed solidprinciples closed 1 year ago

solidprinciples commented 1 year ago

Add back bot.use(...middlewares) call

KnorpelSenf commented 1 year ago

Can you resolve the conflicts before I review?

solidprinciples commented 1 year ago

Can you resolve the conflicts before I review?

Yep, merged main, bumped to 0.3.3 for this change since it is a bugfix.

solidprinciples commented 1 year ago

Reverting the change for adding type - will address it in another PR since it touches more than this file.