Update main.py
This commit is contained in:
4
main.py
4
main.py
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user