Add new color attribute to member
See original GitHub issueSummary
The latest discord update bot colors to members in the profile
What is the feature request for?
The core library
The Problem
The latest discord update added a new thing to member profiles where the dominant color in the users profile picture is put Example : Red in my account
The Ideal Solution
This feature could return the color which can be used for embed colors An example embed can be coded like this
embed=discord.Embed(title="Title" , description="Description" , color=ctx.author.color)
The Current Solution
No response
Additional Context
No response
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:10 (6 by maintainers)
Top Results From Across the Web
Adding Color attribute option in Magento Admin
catalog > attributes > manage attributes; search for the color attribute and click on it. Go to Manage label / options and add...
Read more >Javascript code to change color attribute of an element
This is something you can achieve using simple CSS: #q:hover { background-color: red; }.
Read more >How Do I Add a Color Attribute in WooCommerce?
Adding a color attribute using the default WordPress interface is pretty straightforward. Simply go to Products > Attributes, select Color from ...
Read more >NEW COLOR ATTRIBUTES - Blender.Today LIVE #189
Contribute to Blender's future by joining the Development Fund https://fund.blender.org#BlenderToday #b3d* Music by @Thaehan ...
Read more >Add Color, Size, Image and Price attributes | WooCommerce ...
WooCommerce Variation Swatches replace the WooCommerce native dropdown feature of any WooCommerce variable product to beautiful color ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
discord.Member.colour
already exists, and it returns the colour of the member’s top role. If this ever gets implemented, it should have a different attribute name.pretty sure bots can’t get the about me of a user.