lamentable parte 3

This commit is contained in:
binlaab
2023-11-07 18:51:53 +01:00
parent 87fdc83a21
commit 2d6c90e484

View File

@@ -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}```")