Skip to content

feat: ✨ Add Member.display_avatar_decoration and Member.guild_avatar_decoration#3109

Open
ToothyDev wants to merge 28 commits intoPycord-Development:masterfrom
ToothyDev:feat/member-display-avatar-decoration
Open

feat: ✨ Add Member.display_avatar_decoration and Member.guild_avatar_decoration#3109
ToothyDev wants to merge 28 commits intoPycord-Development:masterfrom
ToothyDev:feat/member-display-avatar-decoration

Conversation

@ToothyDev
Copy link
Contributor

@ToothyDev ToothyDev commented Feb 17, 2026

Summary

This PR adds Member.display_avatar_decoration and Member.guild_avatar_decoration, similar to Member.display_avatar.

Information

  • This PR fixes an issue.
  • This PR adds something new (e.g. new method or parameters).
  • This PR is a breaking change (e.g. methods or parameters removed/renamed).
  • This PR is not a code change (e.g. documentation, README, typehinting,
    examples, ...).

Checklist

  • I have searched the open pull requests for duplicates.
  • If code changes were made then they have been tested.
    • I have updated the documentation to reflect the changes.
  • If type: ignore comments were used, a comment is also left explaining why.
  • I have updated the changelog to include these changes.

Depends on #3103

@pycord-app
Copy link

pycord-app bot commented Feb 17, 2026

Thanks for opening this pull request!
Please make sure you have read the Contributing Guidelines and Code of Conduct.

This pull request can be checked-out with:

git fetch origin pull/3109/head:pr-3109
git checkout pr-3109

This pull request can be installed with:

pip install git+https://github.com/Pycord-Development/pycord@refs/pull/3109/head

@ToothyDev ToothyDev changed the title feat: ✨Add Member.display_avatar_decoration feat: ✨ Add Member.display_avatar_decoration Feb 17, 2026
@ToothyDev ToothyDev marked this pull request as ready for review February 17, 2026 22:53
@ToothyDev ToothyDev requested a review from a team as a code owner February 17, 2026 22:53
@ToothyDev
Copy link
Contributor Author

This currently contains #3103 as well, so the changes include that PR until it's merged

Copy link
Member

@plun1331 plun1331 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Member should have guild_avatar_decoration that returns either guild-specific avatar or None. See the implementation of guild_avatar and display_avatar for a reference.

@ToothyDev ToothyDev requested a review from plun1331 February 18, 2026 12:05
@ToothyDev ToothyDev changed the title feat: ✨ Add Member.display_avatar_decoration feat: ✨ Add Member.display_avatar_decoration and Member.guild_avatar_decoration Feb 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Comments