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)