diff --git a/ai_commands.py b/ai_commands.py index 6496ab4..6ae44c8 100644 --- a/ai_commands.py +++ b/ai_commands.py @@ -41,7 +41,7 @@ class Events(commands.Cog): ) thread = await OPENAICLIENT.beta.threads.create() self.logger.info("Thread id: %s", thread.id) - ASSISTANTS[superfryta[1]] = (superfryta[2], superfryta[0], superfryta[4], thread) + ASSISTANTS[superfryta[1]] = (superfryta[2], superfryta[4], superfryta[0], thread) else: self.logger.info( "Creating personal assistant id: %s,name: %s, owner: %s, special instructions: %s",