-
Updated
Nov 3, 2020 - Python
bot-framework
Here are 736 public repositories matching this topic...
-
Updated
Nov 3, 2020 - TypeScript
-
Updated
Nov 2, 2020 - JavaScript
-
Updated
Oct 30, 2020 - TypeScript
-
Updated
Nov 3, 2020 - C#
-
Updated
Jun 21, 2020
-
Updated
Jun 5, 2019 - Python
-
Updated
Jul 19, 2020 - C++
-
Updated
Oct 19, 2020 - PHP
-
Updated
Nov 3, 2020 - JavaScript
-
Updated
Aug 18, 2020 - Java
Summary
Fixed Bad Request: unsupported parse_mode error due to missing prepare_parse_mode line
P.S. Do I have to cover this case by tests?
UPD. May be a bit related to #387
-
Updated
Nov 2, 2020 - TypeScript
-
Updated
Aug 3, 2018 - Elixir
-
Updated
Nov 3, 2020 - C++
-
Updated
Nov 3, 2020 - C#
-
Updated
Aug 14, 2020 - Python
In the web server by default a route is registered for the base / path. This should be configurable in case a user wants to register their own.
-
Updated
Sep 30, 2020 - Ruby
-
Updated
Jul 28, 2020 - Go
-
Updated
Nov 3, 2020 - TypeScript
-
Updated
Oct 28, 2020 - Python
-
Updated
Sep 26, 2020 - JavaScript
-
Updated
Sep 12, 2020 - PowerShell
-
Updated
Nov 2, 2020 - JavaScript
-
Updated
Nov 2, 2020 - JavaScript
-
Updated
Sep 25, 2020 - TypeScript
Improve this page
Add a description, image, and links to the bot-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bot-framework topic, visit your repo's landing page and select "manage topics."
Description:
I noticed the
typesAndWaitsuses thesleepmethod, but this only allows you to sleep whole seconds.Wouldn't it be better to use
usleep, so we can sleep for 2.5 seconds, or 0.5 seconds?I noticed the code moved from the BotMan class to the drivers, but the ch