Make profile theme accessable to bots #5414
Unanswered
Oman395
asked this question in
API Feature Requests & Ideas
Replies: 1 comment 3 replies
-
I would love to be able to access this information. It would add a little bit of spice for user info embeds or other small little tweaks on websites with oauth2. Has the same purpose as bots being able to see the banner afaict |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bots can already view pfp and banner image/color-- with the new beta profile theme option, bots should be able to access those colors too. From what I've gathered by looking at the network requests that the discord app sends when opening a profile, it sends a request to "https://canary.discord.com/api/v9/users/484170415720235009/profile?with_mutual_guilds=false" which includes "theme_colors" item in "user_profile". Now, it's already established that bots won't be getting access to all of the data contained within the profile-- however, the theme colors can't really hold personal information-- so there's no real reason to restrict it from bots.
Beta Was this translation helpful? Give feedback.
All reactions