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 6c62744 commit 1a32255Copy full SHA for 1a32255
discord/threads.py
@@ -609,7 +609,7 @@ async def edit(
609
invitable: bool = MISSING,
610
slowmode_delay: int = MISSING,
611
auto_archive_duration: (
612
- ThreadArchiveDurationEnum | ThreadArchiveDuration
+ ThreadArchiveDuration | ThreadArchiveDurationEnum
613
) = MISSING,
614
pinned: bool = MISSING,
615
applied_tags: list[ForumTag] = MISSING,
0 commit comments