aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilly <[email protected]>2021-07-31 19:40:17 -0400
committerGitHub <[email protected]>2021-07-31 19:40:17 -0400
commit8b148afabd64eabe8a3a942e64cd10b65187c7d2 (patch)
treed8eb15ab3370cdc3256cf760a2b0e5512d91a31b
parentChange payload to use sticker_ids instead of sticker_items (diff)
downloaddiscord.py-8b148afabd64eabe8a3a942e64cd10b65187c7d2.tar.xz
discord.py-8b148afabd64eabe8a3a942e64cd10b65187c7d2.zip
Update description of auto_archive_duration kwarg of Thread.edit
-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.