-
-
Notifications
You must be signed in to change notification settings - Fork 259
should the avatar commands support per-server pfps or not? #887
Copy link
Copy link
Closed
Labels
area: frontendRelated to output and formattingRelated to output and formattingcategory: funRelated to fun and gamesRelated to fun and gamesstatus: approvedThe issue has received a core developer's approvalThe issue has received a core developer's approvaltype: bugSomething isn't workingSomething isn't workingtype: enhancementChanges or improvements to existing featuresChanges or improvements to existing features
Metadata
Metadata
Assignees
Labels
area: frontendRelated to output and formattingRelated to output and formattingcategory: funRelated to fun and gamesRelated to fun and gamesstatus: approvedThe issue has received a core developer's approvalThe issue has received a core developer's approvaltype: bugSomething isn't workingSomething isn't workingtype: enhancementChanges or improvements to existing featuresChanges or improvements to existing features
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
Currently, avatar commands use the user's avatar, and not the guild specific avatar.
Steps to Reproduce
run any avatar command
Expected Behaviour
the displayed avatar is used to make the images.
Actual Behaviour
the user's global avatar is used to make the images.
Known Impacted Platforms
Possible Solutions
Change to the documented display_avatar() method in discord.py 2.
Would you like to implement a fix?
Note: For high-priority or critical bugs, fixes may be implemented by staff.