Update main.py

This commit is contained in:
Mike2.0
2023-11-12 15:54:39 +00:00
parent 4c8d761cac
commit b3cdb9e60f

View File

@@ -154,6 +154,9 @@ async def rima(ctx, message):
elif message.content.lower().endswith(("trece", "13")) and message.author != bot.user:
await ctx.reply("Agárramela que me crece", mention_author=True, delete_after=5)
elif message.content.lower().endswith("seis", "6") and message.author != bot.user:
await ctx.reply("Os la meto y no me veis", 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)