From a705546f0c161e6b5ac55237625623d9f87c0782 Mon Sep 17 00:00:00 2001 From: Mega-JC <65417594+Mega-JC@users.noreply.github.com> Date: Mon, 26 Sep 2022 08:12:41 +0200 Subject: [PATCH] Update Thread.message_count documentation Co-authored-by: Danny <1695103+Rapptz@users.noreply.github.com> --- discord/threads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/threads.py b/discord/threads.py index fa20304f4..8d3a6423f 100644 --- a/discord/threads.py +++ b/discord/threads.py @@ -106,7 +106,7 @@ class Thread(Messageable, Hashable): Bots and users with :attr:`~Permissions.manage_channels` or :attr:`~Permissions.manage_messages` bypass slowmode. message_count: :class:`int` - An approximate number of messages in this thread. This caps at 50. + An approximate number of messages in this thread. member_count: :class:`int` An approximate number of members in this thread. This caps at 50. me: Optional[:class:`ThreadMember`]