correctly added cog to bot

This commit is contained in:
phixxy 2024-01-19 17:34:56 -08:00
parent 0d5dff4eb1
commit 69a4c497be

View file

@ -448,4 +448,5 @@ class StableDiffusion(commands.Cog):
async def setup(bot): async def setup(bot):
bot.add_cog(StableDiffusion) print("Added StableDiffusion Cog")
await bot.add_cog(StableDiffusion(bot))