lamentable parte 4
This commit is contained in:
2
main.py
2
main.py
@@ -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}```")
|
||||||
|
|||||||
Reference in New Issue
Block a user