diff --git a/discord/threads.py b/discord/threads.py index 44bd3eaa5..6c8eecd31 100644 --- a/discord/threads.py +++ b/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