-
Notifications
You must be signed in to change notification settings - Fork 185
feat: Adding icon_url property for returning the guild's icon under api.models.guild.Guild
#680
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
Conversation
…pi.models.guild.Guild
|
dont you need to check for MISSING instead of None |
|
Huh? I tested whenever when guild has no icon and the library returned |
|
|
|
ok that makes sense |
|
@Astrea49 All done with the next commit. |
|
Closed due to conflict. |
|
interesting
…On Mon, Mar 28, 2022, 09:48 Blue ***@***.***> wrote:
Huh? I tested whenever when guild has no icon and the library returned
None in the icon hash, so if not None can be used as well, since it is
still None anyway.
—
Reply to this email directly, view it on GitHub
<#680 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AVEJTHADQHUM4WSILXNEA2TVCHPHHANCNFSM5R23BA3Q>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
About
This pull request is for adding
icon_urlproperty for returning the guild's icon underapi.models.guild.Guild, which is currently not available and make it harder for users to get the guild's icon URL for different purposes, such as adding guild's icon into an embed message.Checklist
pre-committo format and lint the change(s) made.3.8.6and higher.icon_urlproperty for returning the guild's icon under api.models.guild.Guild #679