awaited cog

This commit is contained in:
phixxy 2024-01-20 01:17:43 -08:00
parent 1fe7108256
commit 65066c1877

View file

@ -138,4 +138,4 @@ class AsyncOpenAI(commands.Cog):
await ctx.send(chunk)
async def setup(bot):
bot.add_cog(AsyncOpenAI)
await bot.add_cog(AsyncOpenAI)