Removed legacy and improved documentation
This commit is contained in:
@@ -16,6 +16,7 @@ class Utility(commands.Cog):
|
||||
|
||||
@commands.Cog.listener()
|
||||
async def on_ready(self) -> None:
|
||||
"""Listener for the event when bot connects to Discord and becomes "ready"."""
|
||||
logger.info("Logged in as %s", self.client.user)
|
||||
|
||||
activity_type: str = await config_get("type", "status")
|
||||
|
Reference in New Issue
Block a user