From 151806ec941a75d2cd141067f4459db6aaaf8d56 Mon Sep 17 00:00:00 2001 From: Steve C Date: Tue, 12 Apr 2022 20:14:20 -0400 Subject: [PATCH] Add ForumChannel to Thread.parent_id docstring --- discord/threads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/threads.py b/discord/threads.py index 1acf041cd..cebb9fb4f 100644 --- a/discord/threads.py +++ b/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`]