bot-brother icon indicating copy to clipboard operation
bot-brother copied to clipboard

webhook res: undefined

Open luiguild opened this issue 7 years ago • 0 comments

I try use your awesome framework to build a simple test on heroku and I received this error on deploy:

webhook res: undefined

index.js

var bb = require('bot-brother')

var bot = module.exports = bb({
    key: process.env.TOKEN,
    webHook: {
        url: process.env.HEROKU_URL,
        port: 8443,
        https: false
    }
})

Have you any suggestion? Thank you!

luiguild avatar Jul 01 '17 14:07 luiguild