From 8287cf92b9ffe2a82155d2016e3d22587b00523d Mon Sep 17 00:00:00 2001 From: Zalko <88582103+Zalk0@users.noreply.github.com> Date: Sun, 5 Nov 2023 14:48:40 +0100 Subject: [PATCH] Forgot to update logs --- bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot.py b/bot.py index 603a890..c3ffa9a 100644 --- a/bot.py +++ b/bot.py @@ -94,7 +94,7 @@ async def on_message(self, message: discord.Message): await channel.send(response[0], reference=message) else: await channel.send(response[0]) - self.bot_logger.info(f'{self.user} responded to {author}: "{response}"') + self.bot_logger.info(f'{self.user} responded to {author}: "{response[0]}"') async def is_team_member_or_owner(self, author: discord.User) -> bool: app_info = await self.application_info()