If no, in discord developer api, there is something called "Relationships" and it looks like it is what I need. If this is not already implemented in v12 of discord.js, can it be taken up with priority?
Bots cannot have friends and applications running on a user token (which would have friends) are against Discord terms of service and not supported by discord.js
Which package is the feature request for?
discord.js
Feature
It seems that there is no way to get a user's friends' list. In versions prior to v12, there used to be a
friends
member onClientUser
object. But in v12, it was removed (https://v12.discordjs.guide/additional-info/changes-in-v12.html#clientuser).Ideal solution or implementation
I need an api to fetch a user's friends' list.
Alternative solutions or implementations
No response
Other context
2316