From 48b10b152998b6990f841c14f9a5e62c0fa1b22c Mon Sep 17 00:00:00 2001 From: Xargana Date: Mon, 14 Jul 2025 10:51:14 +0300 Subject: [PATCH] h --- src/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.py b/src/client.py index d22137d..d314384 100644 --- a/src/client.py +++ b/src/client.py @@ -172,7 +172,7 @@ class DiscordDataClient(discord.Client): except Exception as e: self.logger.error(f"Error processing user {user.name}: {e}") -async def get_user_bio(self, user) -> Optional[str]: +async def _get_user_bio(self, user) -> Optional[str]: """Get user bio/about me section.""" if not self.config.collect_bio: return None