From 6b1d831f700d66dbe3e782e5951103ba03615aa5 Mon Sep 17 00:00:00 2001 From: "Mike2.0" Date: Sun, 5 Nov 2023 19:09:23 +0000 Subject: [PATCH] Update main.py --- main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.py b/main.py index 938acd2..9a80e4f 100644 --- a/main.py +++ b/main.py @@ -48,9 +48,9 @@ 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" or "8"): - ctx = await bot.get_context(message) - await ctx.reply("Por el culo te la endocho", mention_author=True, delete_after=5) + # if message.content.lower().endswith("ocho" or "8"): + # ctx = await bot.get_context(message) + # await ctx.reply("Por el culo te la endocho", mention_author=True, delete_after=5) @bot.command(description=f"Añade una característica más de {os.environ['N1']} o {os.environ['N2']}!") async def add(ctx, attr: str, user: discord.Option(choices=[os.environ['N1'], os.environ['N2']])):