diff options
| author | Willy <[email protected]> | 2021-07-31 19:40:17 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-07-31 19:40:17 -0400 |
| commit | 8b148afabd64eabe8a3a942e64cd10b65187c7d2 (patch) | |
| tree | d8eb15ab3370cdc3256cf760a2b0e5512d91a31b | |
| parent | Change payload to use sticker_ids instead of sticker_items (diff) | |
| download | discord.py-8b148afabd64eabe8a3a942e64cd10b65187c7d2.tar.xz discord.py-8b148afabd64eabe8a3a942e64cd10b65187c7d2.zip | |
Update description of auto_archive_duration kwarg of Thread.edit
| -rw-r--r-- | discord/threads.py | 2 |
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. |