bootbot
bootbot copied to clipboard
i18n and sessions
Hello, how connect i18n and session? BootBot class doesn't support middleware(.use())? Thanks for the help
I may be too far late but you can just take the express instance using bot.app
and do it like this:
const bot = new BootBot({
...
})
bot.app.use(...)