Update sphinx and fix documentation issues

This commit is contained in:
Josh
2022-02-20 13:35:32 +10:00
committed by GitHub
parent dede5539ee
commit 4dbe1af32f
10 changed files with 51 additions and 52 deletions

View File

@ -636,9 +636,8 @@ class Thread(Messageable, Hashable):
Adds a user to this thread.
You must have :attr:`~Permissions.send_messages` and :attr:`~Permissions.use_threads`
to add a user to a public thread. If the thread is private then :attr:`~Permissions.send_messages`
and either :attr:`~Permissions.use_private_threads` or :attr:`~Permissions.manage_messages`
You must have :attr:`~Permissions.send_messages_in_threads` to add a user to a thread.
If the thread is private then and :attr:`invitable` is ``False`` then :attr:`~Permissions.manage_messages`
is required to add a user to the thread.
Parameters