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],