From 2c197649c20d6d188e495606d192c977939c692e Mon Sep 17 00:00:00 2001 From: Eric Schneider <16943959+tailoric@users.noreply.github.com> Date: Thu, 30 May 2024 13:24:56 +0200 Subject: [PATCH] Add note about archiver_id --- discord/threads.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/discord/threads.py b/discord/threads.py index bbf476dc8..272886934 100644 --- a/discord/threads.py +++ b/discord/threads.py @@ -121,6 +121,10 @@ class Thread(Messageable, Hashable): This is always ``True`` for public threads. archiver_id: Optional[:class:`int`] The user's ID that archived this thread. + + .. note:: + Due to an API change, the ``archiver_id`` will always be ``None`` and can only be obtained via the audit log. + auto_archive_duration: :class:`int` The duration in minutes until the thread is automatically hidden from the channel list. Usually a value of 60, 1440, 4320 and 10080.