We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 025d772 + 1b325e9 commit 87ad51fCopy full SHA for 87ad51f
discord/member.py
@@ -35,6 +35,7 @@
35
import discord.abc
36
from . import utils
37
from .activity import create_activity, ActivityTypes
38
+from .asset import Asset
39
from .colour import Colour
40
from .enums import Status, try_enum
41
from .object import Object
@@ -48,7 +49,6 @@
48
49
)
50
51
if TYPE_CHECKING:
- from .asset import Asset
52
from .channel import DMChannel, VoiceChannel, StageChannel
53
from .flags import PublicUserFlags
54
from .guild import Guild
0 commit comments