From f72350199d5ed09e0e56e7a270249bf51ab78af1 Mon Sep 17 00:00:00 2001 From: Rapptz Date: Sat, 31 Jul 2021 22:55:32 -0400 Subject: [PATCH] Fix typo in TextChannel.start_thread --- discord/channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/channel.py b/discord/channel.py index 1ac05c652..05e9c55cb 100644 --- a/discord/channel.py +++ b/discord/channel.py @@ -648,7 +648,7 @@ class TextChannel(discord.abc.Messageable, discord.abc.GuildChannel, Hashable): you must have :attr:`~discord.Permissions.send_messages` and :attr:`~discord.Permissions.use_private_threads` in order to start the thread if the ``type`` parameter is :attr:`~discord.ChannelType.private_thread`. - Otherwise :attr:`~discord.Permissions.use_public_threads` is needed. + Otherwise :attr:`~discord.Permissions.use_threads` is needed. If a starter message is passed with the ``message`` parameter then you must have :attr:`~discord.Permissions.send_messages` and