Update main.py

This commit is contained in:
Mike2.0
2023-11-12 18:38:39 +00:00
parent ffeedf90e5
commit bc3cfb62ac

View File

@@ -119,8 +119,6 @@ async def mensaje_jueves():
await send_log(f"rip. Error: ```{e}```") await send_log(f"rip. Error: ```{e}```")
@tasks.loop(hours = 5.0) @tasks.loop(hours = 5.0)
async def horario(): async def horario():
try: try:
@@ -149,8 +147,6 @@ async def horario():
await send_log(f"rip. Error: ```{e}```") await send_log(f"rip. Error: ```{e}```")
async def rima(ctx, message): async def rima(ctx, message):
try: try:
if message.content.lower().endswith("murciano") and message.author != bot.user: if message.content.lower().endswith("murciano") and message.author != bot.user: