mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-14 13:34:40 +00:00
THis commit should be theoretically the last
This commit is contained in:
+4
-2
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user