From 99dd2ef485ccaa0368d79a4e37ccb82c1d202a6f Mon Sep 17 00:00:00 2001 From: Taledo's PC Date: Wed, 23 Sep 2026 16:01:11 +0200 Subject: [PATCH] fuck you git and fuck you pycharm --- cogs/IdaCogs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cogs/IdaCogs.py b/cogs/IdaCogs.py index b5a2b8b..2babbb7 100644 --- a/cogs/IdaCogs.py +++ b/cogs/IdaCogs.py @@ -436,7 +436,7 @@ class IdaCogs(commands.Cog): await channel.send(embeds=[embed, embed2]) except Exception as e: - print("Something bad happened in the whatlefttohaul function :(") + print(f"Something bad happened in the whatlefttohaul function :( Error: {e}") @@ -474,7 +474,7 @@ class IdaCogs(commands.Cog): if not found: await channel.send(embed=embed) except Exception as e: - print("Something bad happened in the carrierState function :(") + print(f"Something bad happened in the carrierState function :( Error: {e}") def setup(bot): # this is called by Pycord to setup the cog bot.add_cog(IdaCogs(bot)) # add the cog to the bot \ No newline at end of file