fix config

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

View File

@@ -30,6 +30,7 @@ class ChatGpt(commands.Cog):
config = {
"email": openAiKeys.get("email"),
"password": openAiKeys.get("password"),
"Authorization": None,
}
return config