From 114b2f1ccc553c2fa1b39abf6a34e6d8004a83d4 Mon Sep 17 00:00:00 2001 From: "Mike2.0" Date: Sun, 12 Nov 2023 16:12:09 +0000 Subject: [PATCH] Update main.py --- main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.py b/main.py index ff4498d..8334b2f 100644 --- a/main.py +++ b/main.py @@ -154,8 +154,8 @@ 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(("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)