Skip to content

orchestrator

Bot setup orchestrator that coordinates all setup services.

Classes:

Classes

BotSetupOrchestrator

Python
BotSetupOrchestrator(bot: Tux)

Orchestrates the bot setup process using specialized setup services.

Initialize the bot setup orchestrator.

Parameters:

  • bot (Tux) –

    The Discord bot instance to set up.

Methods:

  • setup

    Execute all setup steps with standardized error handling.

Functions

setup async
Python
setup(span: DummySpan | Any) -> None

Execute all setup steps with standardized error handling.

Raises:

_setup_prefix_manager async
Python
_setup_prefix_manager(span: DummySpan | Any) -> None

Set up the prefix manager.

Functions