Browse Source

Remove user account reference in docstring

pull/7784/head
pikaninja 3 years ago
committed by GitHub
parent
commit
40bab465a5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      discord/threads.py

4
discord/threads.py

@ -437,8 +437,8 @@ class Thread(Messageable, Hashable):
without discrimination.
You must have the :attr:`~Permissions.manage_messages` permission to
delete messages even if they are your own (unless you are a user
account). The :attr:`~Permissions.read_message_history` permission is
delete messages even if they are your own.
The :attr:`~Permissions.read_message_history` permission is
also needed to retrieve message history.
Examples

Loading…
Cancel
Save