Can a Discord bot access a user's profile bio ("About Me")? #182823
-
Select Topic AreaQuestion BodyIs it possible to retrieve a user's profile bio / "About Me" using the Discord API with a bot, considering the user is a member of the same server? If not, is this data intentionally restricted by Discord for privacy reasons? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
a Discord bot cannot access a user’s bio / “About Me”, even if they share a server. This info is private by design. Bots can only see public server info like usernames, IDs, avatars, and presence — personal profile details are intentionally hidden to protect user privacy. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @matheusaudibert, Thanks for being a part of the GitHub Community, we're glad you're here! If you're looking for help for this specific topic, you might want to try asking for help somewhere that focuses on this project. It's possible that another GitHub user might have run into this same issue and can help, but the GitHub Community Discussions focuses primarily on topics related to GitHub itself or collaboration on project development and ideas. We want to make sure you’re getting the best support you can, but this space may not be the right place for this particular topic. Best of luck! |
Beta Was this translation helpful? Give feedback.
a Discord bot cannot access a user’s bio / “About Me”, even if they share a server. This info is private by design. Bots can only see public server info like usernames, IDs, avatars, and presence — personal profile details are intentionally hidden to protect user privacy.