diff --git a/extensions/async_openai.py b/extensions/async_openai.py index 50ab570..2e97549 100644 --- a/extensions/async_openai.py +++ b/extensions/async_openai.py @@ -138,4 +138,4 @@ class AsyncOpenAI(commands.Cog): await ctx.send(chunk) async def setup(bot): - bot.add_cog(AsyncOpenAI) \ No newline at end of file + await bot.add_cog(AsyncOpenAI) \ No newline at end of file