Being able to get user activities through bot API #6718
Unanswered
MakroCoded
asked this question in
API Feature Requests & Ideas
Replies: 2 comments 3 replies
-
There's already OAuth Scopes (specifically |
Beta Was this translation helpful? Give feedback.
1 reply
-
I was going through the discord documentation, when I came across the endpoint "/users/{user.id}" , here email is also mentioned as a parameter, is it like discord leaks user-email to admins/bot-users ? |
Beta Was this translation helpful? Give feedback.
2 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.
-
It would make sense for bots to be able to access user status and user activities because bots can already access stuff like servers, text channels, and so on.
For instance, when making a request to the
/users/{user.id}
endpoint, instead of receiving only basic user information like:We could receive an enhanced response that includes the user's online status and current activities, like in the example below:
What it can be good for?
This feature would be good for making third-party user bios and presence indicators, and yes, while we can use the WebSocket gateway to detect status changes, retrieving the user's current status and activities at the time of the request instead of waiting for an update event would be more efficient.
"But it violates privacy! third-parties will be able to see what we are doing and collect data on us!"
Yes, and for this issue, we can authorize what bots can see on us. (adding apps to yourself, which will come tomorrow from what I hear.)
Beta Was this translation helpful? Give feedback.
All reactions