From a8177dd5bd867a513cb415448c0c837519539933 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Wed, 18 Jan 2023 07:11:33 -0500 Subject: [PATCH] Document starter message requirements in ForumChannel.create_thread --- discord/channel.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/discord/channel.py b/discord/channel.py index 2a595f5ff..dd9be0e6f 100644 --- a/discord/channel.py +++ b/discord/channel.py @@ -2538,6 +2538,9 @@ class ForumChannel(discord.abc.GuildChannel, Hashable): This thread is a public thread with the initial message given. Currently in order to start a thread in this forum, the user needs :attr:`~discord.Permissions.send_messages`. + You must send at least one of ``content``, ``embed``, ``embeds``, ``file``, ``files``, + or ``view`` to create a thread in a forum, since forum channels must have a starter message. + Parameters ----------- name: :class:`str`