From 25d123fabba5f425b1d9761a89ed9f523c6bf49c Mon Sep 17 00:00:00 2001 From: "Mike2.0" Date: Sun, 5 Nov 2023 19:30:10 +0000 Subject: [PATCH] Update main.py --- main.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/main.py b/main.py index 5b5152c..a1cf806 100644 --- a/main.py +++ b/main.py @@ -52,6 +52,10 @@ async def on_message(message): ctx = await bot.get_context(message) await ctx.reply("Por el culo te la endocho", mention_author=True, delete_after=5) + elif message.content.lower().endswith(("trece", "13",)): + ctx = await bot.get_context(message) + await ctx.reply("Agárramela que me crece", 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']])): msg = 0