Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webhook res: undefined #14

Open
luiguild opened this issue Jul 1, 2017 · 0 comments
Open

webhook res: undefined #14

luiguild opened this issue Jul 1, 2017 · 0 comments

Comments

@luiguild
Copy link

luiguild commented Jul 1, 2017

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant