Update main.py

This commit is contained in:
binlab
2023-11-05 19:12:32 +00:00
parent 142080009f
commit 2b2491b6f2

View File

@@ -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)