lamentable parte 4

This commit is contained in:
binlaab
2023-11-07 18:52:54 +01:00
parent 2d6c90e484
commit caf5cab59c

View File

@@ -43,7 +43,7 @@ async def on_message(message):
await message.channel.send(make_help()) await message.channel.send(make_help())
else: else:
await ctx.invoke(rima(), ctx = ctx, message = message) await rima(ctx,message)
except Exception as e: except Exception as e:
await send_log(f"rip. Error: ```{e}```") await send_log(f"rip. Error: ```{e}```")