Undefined member's banner and accent_color #6507
Unanswered
MineOnlyDiamonds
asked this question in
API Feature Requests & Ideas
Replies: 1 comment 1 reply
-
bots can't access per-server member banners, there's already a feature request for that at #4217 |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm making a discord bot and currently, I'm working on rank cards. I want to set the background of the rank cards to the user's guild banner - member's banner or to user's guild accent_color - member's accent_color. I'm trying to get it via
"https://discord.com/api/v10/guilds/${guild.id}/members/${userId}"
and it couldn't find anything. I printed it and there isn't a member's banner or accent_color defined only a user's banner and user's accent_color.
There isn't a defined banner or accent_color for members, only for users.
And Discord API Documentation already has it written (banner)

Sorry, if I've made mistake in grammar.
Beta Was this translation helpful? Give feedback.
All reactions