diff options
Diffstat (limited to 'arthur/exts/systems/system_information.py')
-rw-r--r-- | arthur/exts/systems/system_information.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arthur/exts/systems/system_information.py b/arthur/exts/systems/system_information.py index 6f40dd4..32878a6 100644 --- a/arthur/exts/systems/system_information.py +++ b/arthur/exts/systems/system_information.py @@ -121,7 +121,7 @@ I enjoy talking to you. Your mind appeals to me. It resembles my own mind except selected_management_comment = random.choice(MANAGEMENT_ONE_TO_ONE_COMMENTS) await selected_member.send(selected_management_comment) - logger.info("Inspirational management tactic applied to %s", selected_member) + logger.info("Inspirational management tactic applied to {member}", member=selected_member) @Cog.listener() async def on_message(self, msg: Message) -> None: |