[Feat]: Smarter Panic Checks in Logging #53
Labels
feature
Some new is requested
good first issue
Good for newcomers
todo
Will be resolved but work hasn't started
Description:
Currently, a command has a TTL of 10 seconds before the logging system thinks a panic has occurred. This should be more dynamic as commands that send multiple requests to Discord take much longer.
The solution you'd like:
We should log every await point and/or call to Discord. The logging system should then only detect when more than 10 seconds have passed since the last logged operation.
The text was updated successfully, but these errors were encountered: