fuck you git and fuck you pycharm
This commit is contained in:
parent
b81c06f1f6
commit
99dd2ef485
|
|
@ -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
|
||||
Loading…
Reference in New Issue
Block a user