Skip to content

Commit 87ad51f

Browse files
authored
Merge pull request #644 from HyperGH/patch-5
Fix guild avatars not working
2 parents 025d772 + 1b325e9 commit 87ad51f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

discord/member.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
import discord.abc
3636
from . import utils
3737
from .activity import create_activity, ActivityTypes
38+
from .asset import Asset
3839
from .colour import Colour
3940
from .enums import Status, try_enum
4041
from .object import Object
@@ -48,7 +49,6 @@
4849
)
4950

5051
if TYPE_CHECKING:
51-
from .asset import Asset
5252
from .channel import DMChannel, VoiceChannel, StageChannel
5353
from .flags import PublicUserFlags
5454
from .guild import Guild

0 commit comments

Comments
 (0)