Browse Source

Add ForumChannel to Thread.parent_id docstring

pull/7881/head
Steve C 3 years ago
committed by GitHub
parent
commit
151806ec94
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      discord/threads.py

2
discord/threads.py

@ -91,7 +91,7 @@ class Thread(Messageable, Hashable):
id: :class:`int`
The thread ID.
parent_id: :class:`int`
The parent :class:`TextChannel` ID this thread belongs to.
The parent :class:`TextChannel` or :class:`ForumChannel` ID this thread belongs to.
owner_id: :class:`int`
The user's ID that created this thread.
last_message_id: Optional[:class:`int`]

Loading…
Cancel
Save