disabled llama as it isn't working properly
This commit is contained in:
parent
7e8e9a69cd
commit
4f1322c684
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue