Update main.py

This commit is contained in:
Mike2.0
2023-11-07 19:33:14 +00:00
parent f8e37c88ea
commit ee0771a6f2

View File

@@ -121,10 +121,10 @@ async def rima(ctx, message):
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: 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: 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: 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) await ctx.reply(random.choice(["Te la mete en el pesquero","Apaliza a un forastero"]), mention_author=True, delete_after=5)