broid-kit
broid-kit copied to clipboard
Bot framework powered by Broid
The connections work individually but dont mesh together like in the example and i used a Ngrok server to test - so when i tried Messenger alone i get a...
For example we registered a few messengers via `use`-method: ```js const bot = new Bot({ logLevel: "info" }); bot.use(new BroidDiscord({...options})); bot.use(new BroidMessenger({...options})); bot.use(new BroidSlack({...options})); ``` And now we need to...
Hi, I think it could be interesting to have a short description of the difference between `Group` vs `Person`. Actually, I thought I had token issues for half a hour,...
Currently parameter `message` in methods `sendText()`, `sendVideo()` and `sendImage()` requires to pass extra data, which is not used.
Hello. I didn't know where to ask this, sorry if this isn't the place for it. I'm trying to reproduce the examples on the readme file, but despite my efforts,...
## Overview Add `getRouter` method to work in the same way Broid integrations do for accessing the express router.