errbot.plugin_wizard module¶
- errbot.plugin_wizard.ask(question: str, valid_responses: List[str] | None = None, validation_regex: str | None = None) str | None [source]¶
Ask the user for some input. If valid_responses is supplied, the user must respond with something present in this list.
Previous: errbot.plugin_manager module
|
Next: errbot.repo_manager module