diff --git a/extensions/phixxycom.py b/extensions/phixxycom.py index a78a88d..ceeafd7 100644 --- a/extensions/phixxycom.py +++ b/extensions/phixxycom.py @@ -358,4 +358,8 @@ class PhixxyCom(commands.Cog): await ctx.send(output) async def setup(bot): - await bot.add_cog(PhixxyCom(bot)) \ No newline at end of file + try: + await bot.add_cog(PhixxyCom(bot)) + bot.logger.info("Successfully added PhixxyCom Cog") + except: + bot.logger.info("Failed to load PhixxyCom Cog") \ No newline at end of file