Browse Source

Update description of auto_archive_duration kwarg of Thread.edit

pull/7324/head
Willy 4 years ago
committed by GitHub
parent
commit
8b148afabd
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/threads.py

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

Loading…
Cancel
Save