Update main.py
This commit is contained in:
2
main.py
2
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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user