diff --git a/cogs/inky_phat.py b/cogs/inky_phat.py index deed2b2..9878834 100644 --- a/cogs/inky_phat.py +++ b/cogs/inky_phat.py @@ -146,4 +146,6 @@ class InkyScreen(commands.Cog): async def setup(bot): - await bot.add_cog(InkyScreen(bot)) \ No newline at end of file + #await bot.add_cog(InkyScreen(bot)) + #Temporarily disable as this is probably unused for everyone including me + pass \ No newline at end of file