fuck you git and fuck you pycharm

This commit is contained in:
Taledo's PC 2026-09-23 16:01:11 +02:00
parent b81c06f1f6
commit 99dd2ef485

View File

@ -436,7 +436,7 @@ class IdaCogs(commands.Cog):
await channel.send(embeds=[embed, embed2]) await channel.send(embeds=[embed, embed2])
except Exception as e: 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: if not found:
await channel.send(embed=embed) await channel.send(embed=embed)
except Exception as e: 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 def setup(bot): # this is called by Pycord to setup the cog
bot.add_cog(IdaCogs(bot)) # add the cog to the bot bot.add_cog(IdaCogs(bot)) # add the cog to the bot