From 20ac94b61d9cb90db68f3e1f8515fbacc5bfe368 Mon Sep 17 00:00:00 2001 From: mtuszowski Date: Thu, 19 Dec 2024 21:55:57 +0100 Subject: [PATCH] THis commit should be theoretically the last --- ai_commands.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ai_commands.py b/ai_commands.py index 526ec1a..5525719 100644 --- a/ai_commands.py +++ b/ai_commands.py @@ -48,7 +48,8 @@ class Events(commands.Cog): for superfryta_id, superfryta in SPECJALNE_ZIEMNIACZKI: if superfryta[4] != "": self.logger.info( - "Personal assistant exists id: %s,name: %s, owner: %s, special instructions: %s assistant id: %s ", + "Personal assistant for user: %s, exists id: %s,name: %s, owner: %s, special instructions: %s assistant id: %s ", + superfryta_id, superfryta[0], superfryta[1], superfryta[2], @@ -65,7 +66,8 @@ class Events(commands.Cog): ) else: self.logger.info( - "Creating personal assistant id: %s,name: %s, owner: %s, special instructions: %s", + "Creating personal assistant for user: %s, id: %s,name: %s, owner: %s, special instructions: %s", + superfryta_id, superfryta[0], superfryta[1], superfryta[2],