### Description accentColor will show null after being fetched if the user has not explicitly set a banner color on their profile or set a banner. ### Steps to Reproduce 1. [Fetch a user](https://discord.com/developers/docs/resources/user) who hasn't explicitly set a banner color or banner image ### Expected Behavior accentColor should return the color that Discord has automatically assigned ### Current Behavior accentColor returning null ### Screenshots/Videos Top user has explicitly set banner color, bottom hasn't: <img width="307" alt="image" src="https://github.com/discord/discord-api-docs/assets/77032942/be25873e-4e48-4904-8fae-5d62cb43c58c"> ### Client and System Information Tested with discord.js and discord.py, appears to be an issue on all clients