Skip to content

Commit 73d0728

Browse files
authored
Update discord/asset.py
1 parent 4d9774e commit 73d0728

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/asset.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ def _from_guild_image(cls, state, guild_id: int, image: str, path: str) -> Asset
217217

218218
return cls(
219219
state,
220-
url=f'{cls.BASE}/{path}/{guild_id}/{image}.{format}?size=1024',
220+
url=f"{cls.BASE}/{path}/{guild_id}/{image}.{format}?size=1024",
221221
key=image,
222222
animated=animated,
223223
)

0 commit comments

Comments
 (0)