overview ¶
Configuration overview commands using unified dashboard.
Classes:
-
ConfigOverview–Overview and status commands for config system using unified dashboard.
Classes¶
ConfigOverview ¶
Python
ConfigOverview(bot: Tux)
Bases: BaseConfigManager
Overview and status commands for config system using unified dashboard.
Initialize the manager with a bot instance.
Parameters:
-
bot(Tux) –The bot instance to use for database operations.
Methods:
-
overview_command–Launch the unified configuration dashboard.
-
configure_dashboard–Open the unified config dashboard in a specific mode.
-
create_error_embed–Create a standardized error embed.
-
create_success_embed–Create a standardized success embed.
-
create_warning_embed–Create a standardized warning embed.
-
create_info_embed–Create a standardized info embed.
-
handle_error–Handle errors consistently across managers.