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(