Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add user accent_color and banner fields #1127

Merged
merged 3 commits into from
Sep 17, 2021
Merged

Add user accent_color and banner fields #1127

merged 3 commits into from
Sep 17, 2021

Commits on Aug 23, 2021

  1. feat(model/user): add accent_color and banner

    Add the new `accent_color` and `banner` fields. `accent_color` is an
    integer representation of the RGB color while `banner` is a hash of the
    user's banner image. These are mutually exclusive.
    
    This is documented in the API docs:
    <discord/discord-api-docs#3448>
    
    Closes #1126.
    
    Signed-off-by: Zeyla Hellyer <zeyla@hellyer.dev>
    zeylahellyer committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    41303a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    4f008fc View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. not actually exclusive

    Signed-off-by: Zeyla Hellyer <zeyla@hellyer.dev>
    zeylahellyer committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    4b84280 View commit details
    Browse the repository at this point in the history