Description
The logger's logging methods are technically asynchronous, but no component of the system calls them as such. This means Discord backend errors can cause KockaLogger to crash due to uncaught promise rejections.
Reproduction steps
Steps to reproduce the behavior:
- Wait for Discord backend to get unstable
- Get KockaLogger to report an error at that time
- See how it crashes and restarts
Expected behavior
It doesn't crash.
Description
The logger's logging methods are technically asynchronous, but no component of the system calls them as such. This means Discord backend errors can cause KockaLogger to crash due to uncaught promise rejections.
Reproduction steps
Steps to reproduce the behavior:
Expected behavior
It doesn't crash.