diff --git a/main.py b/main.py index 957f288..62de46c 100644 --- a/main.py +++ b/main.py @@ -48,7 +48,7 @@ async def on_message(message): ctx = await bot.get_context(message) await ctx.reply("Por el culo te la hinco", mention_author=True, delete_after=5) - if message.content.lower().endswith((" ocho", " 8")) and not message.content.lower().endswith("endocho"): + if message.content.lower().endswith(("ocho", "8")) and not message.content.lower().endswith("endocho"): ctx = await bot.get_context(message) await ctx.reply("Por el culo te la endocho", mention_author=True, delete_after=5)