handlers ¶
Event handlers for Tux Bot for activities, Discord events, error handling and event handling.
This is a namespace package - individual handlers are imported directly from their submodules (e.g., from tux.services.handlers.error import formatter) rather than through this package.
Modules:
-
activity–Bot activity status management and rotation.
-
error–Error handling system for Tux Discord bot.
-
event–Event handlers for Tux Bot such as on ready, on guild join, on guild remove, on message and on guild channel create.