From 65066c18773261c81c1c447865b9676922c3a7a9 Mon Sep 17 00:00:00 2001 From: phixxy Date: Sat, 20 Jan 2024 01:17:43 -0800 Subject: [PATCH] awaited cog --- extensions/async_openai.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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