fix config

This commit is contained in:
Juni
2022-12-05 14:39:47 -05:00
parent 3818d5055c
commit bccfc2c83a

View File

@@ -29,7 +29,8 @@ class ChatGpt(commands.Cog):
return await ctx.send("The openai email and password keys have not been set.")
config = {
"email": openAiKeys.get("email"),
"password": openAiKeys.get("password"),
"password": openAiKeys.get("password"),
"Authorization": None,
}
return config