From 187d06af36c973e5f5312dade5ea8c49a1d4213e Mon Sep 17 00:00:00 2001 From: Juni Date: Mon, 5 Dec 2022 14:01:20 -0500 Subject: [PATCH] opps --- chatGpt/chatgpt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chatGpt/chatgpt.py b/chatGpt/chatgpt.py index 71757d1..585402e 100644 --- a/chatGpt/chatgpt.py +++ b/chatGpt/chatgpt.py @@ -8,7 +8,7 @@ from revChatGPT.revChatGPT import Chatbot class ChatGpt(commands.Cog): """Cog to enable chat powered by OpenAi Chat GPT""" - async def __init__(self, bot): + def __init__(self, bot): self.bot = bot @commands.command()