From 06192c41ad815a171db7290b669950b703132c43 Mon Sep 17 00:00:00 2001 From: mtuszowski Date: Fri, 15 Nov 2024 01:12:37 +0100 Subject: [PATCH] Semi-fnal commit for today --- ai_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",