added logging to cog setup

This commit is contained in:
phixxy 2024-02-02 22:43:25 -08:00
parent f2627f9935
commit 4c6a0cc81a

View file

@ -98,4 +98,8 @@ class InkyScreen(commands.Cog):
async def setup(bot):
try:
await bot.add_cog(InkyScreen(bot))
bot.logger.info("InkyScreen cog loaded")
except:
bot.logger.exception("Error loading InkyScreen cog")