Update description of auto_archive_duration kwarg of Thread.edit

This commit is contained in:
Willy 2021-07-31 19:40:17 -04:00 committed by GitHub
parent 3a451c9c65
commit 8b148afabd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.