diff --git a/cogs/llama.py b/cogs/llama.py index 10e0436..9e67212 100644 --- a/cogs/llama.py +++ b/cogs/llama.py @@ -170,4 +170,6 @@ class Llama(commands.Cog): async def setup(bot): - await bot.add_cog(Llama(bot)) \ No newline at end of file + #await bot.add_cog(Llama(bot)) + #Temporarily disable this as it isn't really working properly + pass \ No newline at end of file