From 902de2c6818409ca61fb47da38c0e842347e73a3 Mon Sep 17 00:00:00 2001 From: "Mike2.0" Date: Tue, 7 Nov 2023 18:42:28 +0000 Subject: [PATCH] Update main.py --- main.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index 796c106..8cdc2a3 100644 --- a/main.py +++ b/main.py @@ -118,13 +118,16 @@ async def rima(ctx, message): await ctx.reply("Agárramela que me crece", mention_author=True, delete_after=5) elif message.content.lower().endswith("juan") and message.author != bot.user: - await ctx.reply("pan", mention_author=True, delete_after=5) + await ctx.reply("Pan", mention_author=True, delete_after=5) elif message.content.lower().endswith("foca") and message.author != bot.user: await ctx.reply("Está como una roca 🗿", mention_author=True, delete_after=5) elif message.content.lower().endswith("catalán") and message.author != bot.user: - await ctx.reply("por el culo te la meterán", mention_author=True, delete_after=5) + await ctx.reply("Por el culo te la meterán", mention_author=True, delete_after=5) + + elif message.content.lower().endswith("valero") and message.author != bot.user: + await ctx.reply("Te la mete en el pesquero", mention_author=True, delete_after=5) except Exception as e: await send_log(f"rip. Error: ```{e}```")