From a3607fbc00290169e7e5c76ec7756df0266bb067 Mon Sep 17 00:00:00 2001 From: "Mike2.0" Date: Sun, 5 Nov 2023 19:33:05 +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 a1cf806..57c4d46 100644 --- a/main.py +++ b/main.py @@ -52,7 +52,7 @@ 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",)): + 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)