rewrite: Reminders system.

This commit is contained in:
2022-11-24 23:12:20 +02:00
parent 0d5e801945
commit dd8609fac0
23 changed files with 1268 additions and 545 deletions

View File

@@ -124,7 +124,7 @@ class LionContext(Context['LionBot']):
except Exception:
logger.exception(
"Unknown exception in 'error_reply'.",
extra={'action': 'error_reply', 'ctx': self, 'with_ctx': True}
extra={'action': 'error_reply', 'ctx': repr(self), 'with_ctx': True}
)