Skip to content

Commit

Permalink
Forgot to update logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Zalk0 committed Nov 5, 2023
1 parent 79d9a5d commit 8287cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 8287cf9

Please sign in to comment.