fix config
This commit is contained in:
@@ -30,6 +30,7 @@ class ChatGpt(commands.Cog):
|
||||
config = {
|
||||
"email": openAiKeys.get("email"),
|
||||
"password": openAiKeys.get("password"),
|
||||
"Authorization": None,
|
||||
}
|
||||
return config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user