Update main.py

This commit is contained in:
Mike2.0
2023-11-12 16:12:09 +00:00
parent ec7dda6f61
commit 114b2f1ccc

View File

@@ -154,8 +154,8 @@ async def rima(ctx, message):
elif message.content.lower().endswith(("trece", "13")) and message.author != bot.user: 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) 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: 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) 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: elif message.content.lower().endswith("juan") and message.author != bot.user:
await ctx.reply("Pan", mention_author=True, delete_after=5) await ctx.reply("Pan", mention_author=True, delete_after=5)