From a72dba291bc95a8e076ea70c84c319f15b3e964b Mon Sep 17 00:00:00 2001 From: mtuszowski Date: Fri, 15 Nov 2024 01:00:41 +0100 Subject: [PATCH] tst --- ai_commands.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ai_commands.py b/ai_commands.py index 468a78f..8bb4255 100644 --- a/ai_commands.py +++ b/ai_commands.py @@ -41,6 +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) else: self.logger.info(