The Wayback Machine - https://web.archive.org/web/20210817205330/https://github.com/topics/chatbot-framework
Skip to content
#

chatbot-framework

Here are 216 public repositories matching this topic...

roelofr
roelofr commented Feb 22, 2020
  • BotMan Version: 2.5.0
  • PHP Version: 7.4.2
  • Messaging Service(s): Telegram, Web
  • Cache Driver: Redis

Description:

I noticed the typesAndWaits uses the sleep method, 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

gort
clockworksoul
clockworksoul commented Jul 7, 2021

The gort group revoke command should allow the addition of multiple roles (for parity with cogctl)

(From docker run -it operable/cogctl:alpine-1.0.1 cogctl group revoke --help)

Usage: cogctl group revoke [OPTIONS] GROUP ROLES...

  Revoke one or more roles from a group.

Options:
  --yes   Confirm the action without prompting.
  --help  Show this message and exit.

Improve this page

Add a description, image, and links to the chatbot-framework topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the chatbot-framework topic, visit your repo's landing page and select "manage topics."

Learn more