From 6a1925240484483cd1472ff13147616df16fd219 Mon Sep 17 00:00:00 2001 From: "Mike2.0" Date: Thu, 9 Nov 2023 17:38:15 +0000 Subject: [PATCH] Update main.py --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 27d21ac..152d11e 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(["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) + # elif message.content.lower().endswith("jueves") and message.author != bot.user: + # await ctx.reply(random.choice(cmd[1]), mention_author=True, delete_after=5) except Exception as e: await send_log(f"rip. Error: ```{e}```")