From 2d6c90e48472d868afdb37c4c263abd0ec9571ae Mon Sep 17 00:00:00 2001 From: binlaab <71317374+binlaab@users.noreply.github.com> Date: Tue, 7 Nov 2023 18:51:53 +0100 Subject: [PATCH] lamentable parte 3 --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index cc2e479..16514e9 100644 --- a/main.py +++ b/main.py @@ -43,7 +43,7 @@ async def on_message(message): await message.channel.send(make_help()) else: - await ctx.invoke(rima(), message = message) + await ctx.invoke(rima(), ctx = ctx, message = message) except Exception as e: await send_log(f"rip. Error: ```{e}```")