botkit icon indicating copy to clipboard operation
botkit copied to clipboard

Botkit is an open source developer tool for building chat bots, apps and custom integrations for major messaging platforms.

Results 47 botkit issues
Sort by recently updated
recently updated
newest added

Tiny change I had to make for the slack verification to work

Bumps [file-type](https://github.com/sindresorhus/file-type) from 16.5.3 to 16.5.4. Release notes Sourced from file-type's releases. v16.5.4 Fix: Malformed MKV could cause an infinite loop https://github.com/sindresorhus/file-type/commit/d86835680f4cccbee1a60628783c36700ec9e254 CVE-2022-36313 Also fixed in 17.1.3 Commits 99cb019 17.1.2...

dependencies

We were using botbuilder-adapter-webex and I see there was an issue where we change or added wrong tokens from Webex the application crashes. There was no way to catch the...

Bumps [parse-url](https://github.com/IonicaBizau/parse-url) from 6.0.0 to 6.0.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=parse-url&package-manager=npm_and_yarn&previous-version=6.0.0&new-version=6.0.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

I submitted an issue about this here: #2221 This is the code I was able to use to get my bot working and responding to the ```direct_mention``` event type. I'd...

### What was the result you received? When trying to have my bot respond to a ```direct_mention``` event, nothing happened. The event came across into the express server and my...

This is a fix for [issue 2217](https://github.com/howdyai/botkit/issues/2217). The solution wraps the function with promise such that rejects are present and any thrown error can not be easily caught and handled...

Hi, as I'm currently in the process of upgrading my modules from 0.7.5 to latest 4.15.0, I discovered some issues. I was utilizing the Webex API client included with Botkit...

I am hoping this is a simple question(s), but takes a bit of explaining to arrive at the question. We are looking at deploying a application built using this framework...

The bot works just fine in bot framework and I can get it to work in developer mode if I upload the bot as an app in azure but since...