diff --git a/main.py b/main.py index a89b3a5..b2e32db 100644 --- a/main.py +++ b/main.py @@ -128,6 +128,9 @@ 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://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) except Exception as e: await send_log(f"rip. Error: ```{e}```")