givip / telegrammer-bot-vapor-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add web hooks example please

CoolONEOfficial opened this issue · comments

Hi! Cool library and example, but please, add something like

    let wh = Webhooks(bot: bot.bot, dispatcher: bot.dispatcher)
    try wh.start()

after app.middleware.use(bot) and describe it in README, because example in current state is not working (at least with web hooks)