This commit is contained in:
Xargana 2025-07-14 10:51:14 +03:00
parent 59f988bb90
commit 48b10b1529

View file

@ -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