You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ideally, it would be implemented as a member object method like Member.avatar_url_as()
The Current Solution
Right now, I use a very hacky solution which includes hackily getting the full member object and then checking whether the avatar field is available and returning the correct URL based on that.
Summary
Add support for per-guild member avatars
What is the feature request for?
The core library
The Problem
See discord/discord-api-docs#3081.
Feature implementation would allow bots to access per-guild member avatars.
The Ideal Solution
Ideally, it would be implemented as a member object method like
Member.avatar_url_as()
The Current Solution
Right now, I use a very hacky solution which includes hackily getting the full member object and then checking whether the avatar field is available and returning the correct URL based on that.
Additional Context
No response
The text was updated successfully, but these errors were encountered: