Will there be a property for getting a user's "about me" section in v13? #6105
-
Not to be confused with your custom status, the "bio" or "about me" section of a user's profile. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You'll have to ask Discord, but currently it looks like they suspect bio data to be identifying, private information which they don't want to be scraped by bots as per discord/discord-api-docs#2951, discord/discord-api-docs#3095 The banner might become accessible soon as per discord/discord-api-docs#3095 (comment) . If this gets documented on the API docs we will include the feature into discord.js at the next possible point (for an additional feature like this a semver minor, so |
Beta Was this translation helpful? Give feedback.
You'll have to ask Discord, but currently it looks like they suspect bio data to be identifying, private information which they don't want to be scraped by bots as per discord/discord-api-docs#2951, discord/discord-api-docs#3095
The banner might become accessible soon as per discord/discord-api-docs#3095 (comment) . If this gets documented on the API docs we will include the feature into discord.js at the next possible point (for an additional feature like this a semver minor, so
13.x
or13.0
, if we haven't released it at that point).