THis commit should be theoretically the last

This commit is contained in:
2024-12-19 21:55:57 +01:00
parent e2d286d7b6
commit 20ac94b61d
+4 -2
View File
@@ -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],