orchestrator ¶
Bot setup orchestrator that coordinates all setup services.
Classes:
-
BotSetupOrchestrator–Orchestrates the bot setup process using specialized setup services.
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 ¶
Execute all setup steps with standardized error handling.
Raises:
-
TuxDatabaseConnectionError–If database setup fails.
-
RuntimeError–If permission system or cog setup fails.