diff --git a/jishaku/features/invocation.py b/jishaku/features/invocation.py index 9abf8606..8e772923 100644 --- a/jishaku/features/invocation.py +++ b/jishaku/features/invocation.py @@ -193,7 +193,7 @@ async def jsk_debug(self, ctx: ContextT, *, command_string: str): start = time.perf_counter() - async with ReplResponseReactor(ctx): + async with ReplResponseReactor(ctx.message): with self.submit(ctx): await alt_ctx.command.invoke(alt_ctx)