Update main.py

This commit is contained in:
Mike2.0
2023-11-09 17:38:15 +00:00
parent 2d511df527
commit 6a19252404

View File

@@ -129,8 +129,8 @@ async def rima(ctx, message):
elif message.content.lower().endswith("valero") and message.author != bot.user: elif message.content.lower().endswith("valero") and message.author != bot.user:
await ctx.reply(random.choice(["Te la mete en el pesquero","Apaliza a un forastero"]), mention_author=True, delete_after=5) await ctx.reply(random.choice(["Te la mete en el pesquero","Apaliza a un forastero"]), mention_author=True, delete_after=5)
elif message.content.lower().endswith("jueves") and message.author != bot.user: # elif message.content.lower().endswith("jueves") and message.author != bot.user:
await ctx.reply(random.choice(["https://tenor.com/es/view/feliz-jueves-asuka-feliz-jueves-asuka-jueves-gif-18184379","https://tenor.com/es/view/racism-gif-25147153"]), mention_author=True, delete_after=5) # await ctx.reply(random.choice(cmd[1]), mention_author=True, delete_after=5)
except Exception as e: except Exception as e:
await send_log(f"rip. Error: ```{e}```") await send_log(f"rip. Error: ```{e}```")