From 8b148afabd64eabe8a3a942e64cd10b65187c7d2 Mon Sep 17 00:00:00 2001 From: Willy <19799671+Willy-C@users.noreply.github.com> Date: Sat, 31 Jul 2021 19:40:17 -0400 Subject: [PATCH] Update description of auto_archive_duration kwarg of Thread.edit --- discord/threads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/threads.py b/discord/threads.py index 7a6664b15..a8d33f671 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.