Browse Source
Update discord/asset.py
Co-authored-by: DA344 <108473820+DA-344@users.noreply.github.com>
pull/10211/head
blord0
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
discord/asset.py
|
|
@ -350,7 +350,7 @@ class Asset(AssetMixin): |
|
|
|
def _from_primary_guild(cls, state: _State, guild_id: int, icon_hash: str) -> Self: |
|
|
|
return cls( |
|
|
|
state, |
|
|
|
url=f'{cls.BASE}/clan-badges/{guild_id}/{icon_hash}.png?size=64', |
|
|
|
url=f'{cls.BASE}/guild-tag-badges/{guild_id}/{icon_hash}.png?size=64', |
|
|
|
key=icon_hash, |
|
|
|
animated=False, |
|
|
|
) |
|
|
|