From ee0771a6f23fc2d9b8e59cf4d611c9a6c061c17e Mon Sep 17 00:00:00 2001 From: "Mike2.0" Date: Tue, 7 Nov 2023 19:33:14 +0000 Subject: [PATCH] Update main.py --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index ad49da8..a89b3a5 100644 --- a/main.py +++ b/main.py @@ -121,10 +121,10 @@ async def rima(ctx, message): 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) + await ctx.reply(random.choice(["Está como una roca 🗿","Mi rabo en tu boca"]), 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(random.choice(["Por el culo te la meterán","El culo te arrasarán"]), mention_author=True, delete_after=5) 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)