broid-kit icon indicating copy to clipboard operation
broid-kit copied to clipboard

Bot framework powered by Broid

Results 7 broid-kit issues
Sort by recently updated
recently updated
newest added

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,...

enhancement

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,...

question

## Overview Add `getRouter` method to work in the same way Broid integrations do for accessing the express router.

enhancement