From 7c6c012be6471402855448de54820fe2b7c3d504 Mon Sep 17 00:00:00 2001 From: phixxy Date: Thu, 18 Jul 2024 11:53:27 -0700 Subject: [PATCH] disabled inky as it is unused --- cogs/inky_phat.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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