Skip to content

Commit

Permalink
fix attr error on jsk dbg
Browse files Browse the repository at this point in the history
  • Loading branch information
z03h authored and Gorialis committed Nov 19, 2023
1 parent 32009b4 commit 247537e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jishaku/features/invocation.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 247537e

Please sign in to comment.