rewrite: New Pomodoro Timer system.

This commit is contained in:
2023-05-19 09:45:06 +03:00
parent 8d5840c696
commit 4aa2587c45
29 changed files with 2860 additions and 12 deletions

View File

@@ -77,6 +77,10 @@ class LionBot(Bot):
with logging_context(stack=["Running"]):
await self.connect(reconnect=reconnect)
def dispatch(self, event_name: str, *args, **kwargs):
with logging_context(action=f"Dispatch {event_name}"):
super().dispatch(event_name, *args, **kwargs)
async def on_ready(self):
logger.info(
f"Logged in as {self.application.name}\n"