This commit is contained in:
Juni
2022-12-05 14:01:20 -05:00
parent 3f3b36cd4a
commit 187d06af36

View File

@@ -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()