From ed80cf762a15f89176f6efa9cef6fbcb62e1de15 Mon Sep 17 00:00:00 2001 From: binlab Date: Thu, 9 Nov 2023 17:50:16 +0000 Subject: [PATCH] ai --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 82c8a65..9e5fd7b 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(["",""]), mention_author=True, delete_after=5) + await ctx.reply(random.choice(["https://media.tenor.com/riA830QHvC8AAAAC/feliz-jueves-asuka.gif",""]), mention_author=True, delete_after=5) except Exception as e: await send_log(f"rip. Error: ```{e}```")