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.
1 parent d08fd59 commit af75985Copy full SHA for af75985
discord/channel.py
@@ -65,7 +65,7 @@
65
from .stage_instance import StageInstance
66
from .threads import Thread
67
from .partial_emoji import _EmojiTag, PartialEmoji
68
-from .flags import ChannelFlags
+from .flags import ChannelFlags, MessageFlags
69
from .http import handle_message_parameters
70
from .object import Object
71
from .soundboard import BaseSoundboardSound, SoundboardDefaultSound
@@ -2938,8 +2938,6 @@ async def create_thread(
2938
raise TypeError(f'view parameter must be View not {view.__class__.__name__}')
2939
2940
if suppress_embeds:
2941
- from .message import MessageFlags # circular import
2942
-
2943
flags = MessageFlags._from_value(4)
2944
else:
2945
flags = MISSING
0 commit comments