Browse Source

Update Thread.message_count documentation

Co-authored-by: Danny <[email protected]>
pull/10109/head
Mega-JC 3 years ago
committed by dolfies
parent
commit
810b916054
  1. 2
      discord/threads.py

2
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.
archived: :class:`bool`

Loading…
Cancel
Save