disabled llama as it isn't working properly

This commit is contained in:
phixxy 2024-07-18 11:50:32 -07:00
parent 7e8e9a69cd
commit 4f1322c684

View file

@ -170,4 +170,6 @@ class Llama(commands.Cog):
async def setup(bot):
await bot.add_cog(Llama(bot))
#await bot.add_cog(Llama(bot))
#Temporarily disable this as it isn't really working properly
pass