Update main.py

This commit is contained in:
Mike2.0
2023-11-07 17:59:14 +00:00
parent caf5cab59c
commit e08ad56109

View File

@@ -123,6 +123,9 @@ async def rima(ctx, message):
elif message.content.lower().endswith("foca") and message.author != bot.user: elif message.content.lower().endswith("foca") and message.author != bot.user:
await ctx.reply("Está como una roca 🗿", mention_author=True, delete_after=5) 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: except Exception as e:
await send_log(f"rip. Error: ```{e}```") await send_log(f"rip. Error: ```{e}```")