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)