From 587008396c48a0fc13045ad874a4bc1edb7916bd Mon Sep 17 00:00:00 2001 From: binlab Date: Mon, 20 Nov 2023 21:39:52 +0000 Subject: [PATCH] el nano parte 2 --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index a07fbc3..4a2d92d 100644 --- a/main.py +++ b/main.py @@ -186,7 +186,7 @@ async def rima(ctx, message): await ctx.reply(random.choices(["https://media.tenor.com/riA830QHvC8AAAAC/feliz-jueves-asuka.gif","https://media.tenor.com/L2-mDROrwgwAAAAd/racism.gif"], k=1, weights=[9,1])[0], mention_author=True) elif message.content.lower().endswith(("33", "treinta y tres")) and message.author != bot.user: - await ctx.reply("https://tenor.com/view/fernando-alonso-live-fernando-reaction-alonso-fernando-live-reaction-gif-1814768510923235803") + await ctx.reply("https://tenor.com/view/fernando-alonso-live-fernando-reaction-alonso-fernando-live-reaction-gif-1814768510923235803", delete_after=5) except Exception as e: await send_log(f"rip. Error: ```{e}```")