From 4f1322c68499e5a1fe1ebea0901bcdef21d3d3e4 Mon Sep 17 00:00:00 2001 From: phixxy Date: Thu, 18 Jul 2024 11:50:32 -0700 Subject: [PATCH] disabled llama as it isn't working properly --- cogs/llama.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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