question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add new color attribute to member

See original GitHub issue

Summary

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 : image 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:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
Dorukyumcommented, May 27, 2021

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.

0reactions
Ender2K89commented, Aug 22, 2021

And get member “About me” and member banner

pretty sure bots can’t get the about me of a user.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found