-
-
Notifications
You must be signed in to change notification settings - Fork 481
feat: ✨ Add support for role gradient colors in Role #2818
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
Merged
Lulalaby
merged 14 commits into
Pycord-Development:master
from
Paillat-dev:feat/role-gradients
Aug 2, 2025
+198
−14
Merged
Changes from all commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
6ae6032
:sparkles: Add support for enhanced role colors in `Role`
Paillat-dev 1266115
:sparkles: add RoleColours support to `Role.edit`
Paillat-dev 2e67e40
:sparkles: add RoleColours support to role creation in `Guild` and de…
Paillat-dev a7bec52
:sparkles: add support for RoleColours in role creation and editing
Paillat-dev 7abf3ad
:sparkles: update role attributes to use RoleColours and enhance colo…
Paillat-dev 5bb6951
:memo: CHANGELOG.md
Paillat-dev 8fcee29
:memo: add documentation for RoleColours and its attributes
Paillat-dev c028775
:pencil2: fix version annotation for primary color method in role.py
Paillat-dev 57f987c
Merge branch 'master' into feat/role-gradients
Paillat-dev 3aa69d4
:sparkles: add holographic role support in RoleColours
Paillat-dev 36193c4
:memo: update tertiary color documentation to specify allowed value
Paillat-dev 81d6542
:sparkles: Finish implementing holographic support
Paillat-dev d60b2be
:wastebasket: Add deprecation warnings for singular colour properties…
Paillat-dev f7c5d04
Merge branch 'master' into feat/role-gradients
Paillat-dev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2163,6 +2163,7 @@ def edit_role( | |
"name", | ||
"permissions", | ||
"color", | ||
"colors", | ||
"hoist", | ||
"mentionable", | ||
"icon", | ||
|
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.