discord-jda / JDA

Java wrapper for the popular chat & VOIP service: Discord https://discord.com
Apache License 2.0
4.26k stars 730 forks source link

Adds support for user's avatar decorations #2668

Open ItsTheSky opened 4 months ago

ItsTheSky commented 4 months ago

Pull Request Etiquette

Changes

Closes Issue: NaN

Description

Adds support for the user's decoration avatar. Discord docs are outdated about the user's object, check this PR for the "updated" endpoints.

It's my first PR there, hope I did not break anything 😓

freya022 commented 3 months ago

avatar_decoration_data is also available on Members, please add Member#getAvatarDecoration as well as Member#getEffectiveAvatarDecoration

ItsTheSky commented 3 months ago

Do I use the same object present in User for adding support in Member?

freya022 commented 3 months ago

Yes, same object, but stored on the member, just like any member profile element that's also present on an user

freya022 commented 3 months ago

As Member and User have a decoration, might as well make AvatarDecoration be its own class, outside of User

DV8FromTheWorld commented 4 days ago

@ItsTheSky what is the status here?