We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How can I integrate it with a existent express app??
The text was updated successfully, but these errors were encountered:
let me make you a PR, adding a middleware() function that will be used in a existent express instance I'm doing tests
could be used such as in the next code
var app = require('express')(); // bot.start(); this method will not used if you have a existent express instance app.use(bot.middleware());
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
How can I integrate it with a existent express app??
The text was updated successfully, but these errors were encountered: