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