Update auto_archive_duration documentation

Fix #9351
This commit is contained in:
Rapptz
2023-04-18 06:03:48 -04:00
parent 8991525215
commit 0adef0ec89
4 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -673,7 +673,7 @@ class AppCommandThread(Hashable):
archiver_id: Optional[:class:`int`]
The user's ID that archived this thread.
auto_archive_duration: :class:`int`
The duration in minutes until the thread is automatically archived due to inactivity.
The duration in minutes until the thread is automatically hidden from the channel list.
Usually a value of 60, 1440, 4320 and 10080.
archive_timestamp: :class:`datetime.datetime`
An aware timestamp of when the thread's archived status was last updated in UTC.