From f8e37c88eab2501c249236af1b5721004eef5b86 Mon Sep 17 00:00:00 2001 From: "Mike2.0" Date: Tue, 7 Nov 2023 18:57:12 +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 3362193..ad49da8 100644 --- a/main.py +++ b/main.py @@ -127,7 +127,7 @@ async def rima(ctx, message): await ctx.reply("Por el culo te la meterĂ¡n", mention_author=True, delete_after=5) elif message.content.lower().endswith("valero") and message.author != bot.user: - await ctx.reply(random.choice("Te la mete en el pesquero","Apaliza a un forastero"), mention_author=True, delete_after=5) + await ctx.reply(random.choice(["Te la mete en el pesquero","Apaliza a un forastero"]), mention_author=True, delete_after=5) except Exception as e: await send_log(f"rip. Error: ```{e}```")