From ab6dcdc8cb332307d91fc4424663d0d5bf4650d3 Mon Sep 17 00:00:00 2001 From: binlab Date: Mon, 20 Nov 2023 21:38:43 +0000 Subject: [PATCH] se viene el nano --- main.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.py b/main.py index 3900c66..a07fbc3 100644 --- a/main.py +++ b/main.py @@ -184,6 +184,9 @@ async def rima(ctx, message): elif message.content.lower().endswith("jueves") and message.author != bot.user: 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") except Exception as e: await send_log(f"rip. Error: ```{e}```")