disabled inky as it is unused

This commit is contained in:
phixxy 2024-07-18 11:53:27 -07:00
parent 4f1322c684
commit 7c6c012be6

View file

@ -146,4 +146,6 @@ class InkyScreen(commands.Cog):
async def setup(bot):
await bot.add_cog(InkyScreen(bot))
#await bot.add_cog(InkyScreen(bot))
#Temporarily disable as this is probably unused for everyone including me
pass