aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--discord/threads.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/threads.py b/discord/threads.py
index 7a6664b1..a8d33f67 100644
--- a/discord/threads.py
+++ b/discord/threads.py
@@ -533,7 +533,7 @@ class Thread(Messageable, Hashable):
locked: :class:`bool`
Whether to lock the thread or not.
auto_archive_duration: :class:`int`
- The new duration to auto archive threads for inactivity.
+ The new duration in minutes before a thread is automatically archived for inactivity.
Must be one of ``60``, ``1440``, ``4320``, or ``10080``.
slowmode_delay: :class:`int`
Specifies the slowmode rate limit for user in this thread, in seconds.