Browse Source

Update Thread.message_count documentation

Co-authored-by: Danny <[email protected]>
pull/8965/head
Mega-JC 3 years ago
committed by GitHub
parent
commit
a705546f0c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  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.
me: Optional[:class:`ThreadMember`]

Loading…
Cancel
Save