Update main.py

This commit is contained in:
Mike2.0
2023-11-09 17:31:21 +00:00
parent ee0771a6f2
commit dac3ce9410

View File

@@ -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}```")