We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82d1166 commit 924f43bCopy full SHA for 924f43b
fred/cogs/crashes.py
@@ -49,6 +49,7 @@ async def regex_with_timeout(*args, **kwargs):
49
except re2.RegexError as e:
50
raise ValueError(args[0]) from e
51
52
+
53
class Crashes(FredCog):
54
55
type CrashJob = Coroutine[Any, Any, list[CrashResponse]]
0 commit comments