fix(logging): Split warning and error logs.

This commit is contained in:
2023-09-18 08:56:57 +03:00
parent a27e07be97
commit c63027f20e
5 changed files with 29 additions and 9 deletions

View File

@@ -35,6 +35,7 @@ FlatContext = namedtuple(
'interaction',
'guild',
'author',
'channel',
'alias',
'prefix',
'failed')