feat: Add the shared client theme object on message sent and in message object - #3209
Open
UnBonWhisky wants to merge 32 commits into
Open
feat: Add the shared client theme object on message sent and in message object#3209UnBonWhisky wants to merge 32 commits into
UnBonWhisky wants to merge 32 commits into
Conversation
|
Thanks for opening this pull request! This pull request can be checked-out with: git fetch origin pull/3209/head:pr-3209
git checkout pr-3209This pull request can be installed with: pip install git+https://github.com/Pycord-Development/pycord@refs/pull/3209/head |
Contributor
Author
|
Note : shared client theme should not work with components v2 (source: Discord docs) but it works.
|
Paillat-dev
self-requested a review
April 22, 2026 13:53
Paillat-dev
requested changes
Apr 26, 2026
plun1331
requested changes
Apr 26, 2026
plun1331
left a comment
Member
There was a problem hiding this comment.
Since shared client theme is constructible, I feel like we should add methods like set_colors and whatnot to make that easier
Dorukyum
reviewed
May 9, 2026
Co-authored-by: Dorukyum <53639936+Dorukyum@users.noreply.github.com> Signed-off-by: Flavien F <65244389+UnBonWhisky@users.noreply.github.com>
Paillat-dev
reviewed
Jun 7, 2026
Paillat-dev
left a comment
Member
There was a problem hiding this comment.
Seems good enough to me, thanks for the PR ! Just a couple nitpicks.
Co-authored-by: Paillat <jeremiecotti@ik.me> Signed-off-by: UnBonWhisky <65244389+UnBonWhisky@users.noreply.github.com>
This comment was marked as resolved.
This comment was marked as resolved.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
It adds the object of shared client theme described here by Discord.
Yes AI has been used (partially)
Information
examples, ...).
Checklist
type: ignorecomments were used, a comment is also left explaining why.