diff options
Diffstat (limited to 'discord/channel.py')
| -rw-r--r-- | discord/channel.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/discord/channel.py b/discord/channel.py index b1273ef8..5a213fe1 100644 --- a/discord/channel.py +++ b/discord/channel.py @@ -668,6 +668,11 @@ class TextChannel(discord.abc.Messageable, discord.abc.GuildChannel, Hashable): You do not have permissions to start a thread. HTTPException Starting the thread failed. + + Returns + -------- + :class:`Thread` + The started thread """ if message is None: |