From 2d511df5272d49924511d3dced4092bdb398329c Mon Sep 17 00:00:00 2001 From: "Mike2.0" Date: Thu, 9 Nov 2023 17:34:57 +0000 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index b2e32db..27d21ac 100644 --- a/main.py +++ b/main.py @@ -130,7 +130,7 @@ async def rima(ctx, message): 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://images-ext-1.discordapp.net/external/uUEhnLrK9KjQsmO75rsh2pasQY_15mMnRhYA59Aigjg/https/media.tenor.com/eTUlPiidesoAAAPo/feliz-jueves.mp4","https://images-ext-1.discordapp.net/external/4Ln4SzFmAHgwc5jDgUfrAro9-ldo510BpCiXsyv-k9w/https/media.tenor.com/L2-mDROrwgwAAAPo/racism.mp4"]), mention_author=True, delete_after=5) + 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) except Exception as e: await send_log(f"rip. Error: ```{e}```")