diff --git a/extensions/inky_phat.py b/extensions/inky_phat.py index ecf98e9..421f61e 100644 --- a/extensions/inky_phat.py +++ b/extensions/inky_phat.py @@ -98,4 +98,8 @@ class InkyScreen(commands.Cog): async def setup(bot): - await bot.add_cog(InkyScreen(bot)) \ No newline at end of file + try: + await bot.add_cog(InkyScreen(bot)) + bot.logger.info("InkyScreen cog loaded") + except: + bot.logger.exception("Error loading InkyScreen cog") \ No newline at end of file