From 2b2491b6f2b328ff89bce00f1b794ff5bdbf54b5 Mon Sep 17 00:00:00 2001 From: binlab Date: Sun, 5 Nov 2023 19:12:32 +0000 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)