mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-06-07 12:18:59 +00:00
Remove user account reference in docstring
This commit is contained in:
parent
5ffa3e85de
commit
40bab465a5
@ -437,8 +437,8 @@ class Thread(Messageable, Hashable):
|
|||||||
without discrimination.
|
without discrimination.
|
||||||
|
|
||||||
You must have the :attr:`~Permissions.manage_messages` permission to
|
You must have the :attr:`~Permissions.manage_messages` permission to
|
||||||
delete messages even if they are your own (unless you are a user
|
delete messages even if they are your own.
|
||||||
account). The :attr:`~Permissions.read_message_history` permission is
|
The :attr:`~Permissions.read_message_history` permission is
|
||||||
also needed to retrieve message history.
|
also needed to retrieve message history.
|
||||||
|
|
||||||
Examples
|
Examples
|
||||||
|
Loading…
x
Reference in New Issue
Block a user