From e08ad561095bab72dd8011fb77998773d6a58038 Mon Sep 17 00:00:00 2001 From: "Mike2.0" Date: Tue, 7 Nov 2023 17:59:14 +0000 Subject: [PATCH] Update main.py --- main.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/main.py b/main.py index 207ff91..796c106 100644 --- a/main.py +++ b/main.py @@ -123,6 +123,9 @@ async def rima(ctx, message): elif message.content.lower().endswith("foca") and message.author != bot.user: await ctx.reply("Está como una roca 🗿", mention_author=True, delete_after=5) + elif message.content.lower().endswith("catalán") and message.author != bot.user: + await ctx.reply("por el culo te la meterán", mention_author=True, delete_after=5) + except Exception as e: await send_log(f"rip. Error: ```{e}```")