correctly added cog to bot
This commit is contained in:
parent
0d5dff4eb1
commit
69a4c497be
1 changed files with 2 additions and 1 deletions
|
|
@ -448,4 +448,5 @@ class StableDiffusion(commands.Cog):
|
|||
|
||||
|
||||
async def setup(bot):
|
||||
bot.add_cog(StableDiffusion)
|
||||
print("Added StableDiffusion Cog")
|
||||
await bot.add_cog(StableDiffusion(bot))
|
||||
Loading…
Add table
Add a link
Reference in a new issue