From 40bab465a56b93b9516ed5e2b54945040de6161a Mon Sep 17 00:00:00 2001 From: pikaninja <38714028+pikaninja@users.noreply.github.com> Date: Sun, 27 Mar 2022 19:26:49 -0700 Subject: [PATCH] Remove user account reference in docstring --- discord/threads.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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