Skip to content
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

Document per guild avatars #3081

Merged
merged 18 commits into from Sep 27, 2021
Merged

Conversation

RedDaedalus
Copy link
Contributor

Per guild avatars are rolled out to a small percentage of users and do not seem to be currently accessible to bots.

docs/resources/Guild.md Outdated Show resolved Hide resolved
Copy link
Contributor

@advaith1 advaith1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can staff confirm whether bots will get access to set a per server avatar? if so, that needs to be added to the pr

docs/Reference.md Outdated Show resolved Hide resolved
docs/resources/Guild.md Outdated Show resolved Hide resolved
RedDaedalus and others added 2 commits June 5, 2021 16:59
Co-authored-by: Advaith <advaithj1@gmail.com>
Copy link
Contributor

@advaith1 advaith1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to add avatar to example member objects

docs/resources/Guild.md Outdated Show resolved Hide resolved
docs/Reference.md Outdated Show resolved Hide resolved
Co-authored-by: Advaith <advaithj1@gmail.com>
@drklee3
Copy link

drklee3 commented Jun 27, 2021

The Guild Member Update event from the gateway should also have the avatar field.

l7ssha added a commit to nyxx-discord/nyxx that referenced this pull request Jun 30, 2021
docs/resources/Guild.md Outdated Show resolved Hide resolved
@typpo
Copy link
Contributor

typpo commented Jul 19, 2021

This is still an experiment and therefore the API is subject to change, will revisit once the feature is finalized

l7ssha added a commit to nyxx-discord/nyxx that referenced this pull request Jul 23, 2021
* First implementation of Member avatars; discord/discord-api-docs#3081
* Implement modifyCurrentMember endpoint and implement member avatar url
@msciotti msciotti added the not released This issue or PR is referencing a change that is not yet widely released and/or subject to change. label Sep 2, 2021
@Pandapip1
Copy link

Pandapip1 commented Sep 17, 2021

Will having (both) the guilds and identify oauth2 scopes allow you to access per-server avatars?

Copy link
Member

@fozzle fozzle left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good aside from missing Modify Current Member avatar field

docs/resources/Guild.md Show resolved Hide resolved
@RedDaedalus
Copy link
Contributor Author

RedDaedalus commented Sep 27, 2021

looks good aside from missing Modify Current Member avatar field

Bots cannot set per guild avatars, or at least couldn't last time I tried.

@fozzle
Copy link
Member

fozzle commented Sep 27, 2021

looks good aside from missing Modify Current Member avatar field

Bots cannot set per guild avatars, or at least couldn't last time I tried.

ah right this is for bots heh. tru. ok will merge as is

@fozzle fozzle merged commit d49d34b into discord:master Sep 27, 2021
SQKo added a commit to SQKo/DiscordPHP that referenced this pull request Nov 3, 2021
davidcole1340 pushed a commit to discord-php/DiscordPHP that referenced this pull request Nov 4, 2021
* Add guild member avatar

discord/discord-api-docs#3081

* add missing gif format

* fix typo in url

* add null return for no guild avatar
@night night removed the not released This issue or PR is referencing a change that is not yet widely released and/or subject to change. label Mar 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet