diff --git a/main.py b/main.py index 152d11e..099c8ea 100644 --- a/main.py +++ b/main.py @@ -129,8 +129,8 @@ async def rima(ctx, message): 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) - # elif message.content.lower().endswith("jueves") and message.author != bot.user: - # await ctx.reply(random.choice(cmd[1]), mention_author=True, delete_after=5) + elif message.content.lower().endswith("jueves") and message.author != bot.user: + await ctx.reply(random.choice(jueves[1]), mention_author=True, delete_after=5) except Exception as e: await send_log(f"rip. Error: ```{e}```")