Fix some spelling mistakes

This commit is contained in:
Neon Jonn
2022-03-11 01:45:16 +00:00
committed by GitHub
parent 26c6b4d449
commit adb69e7157
5 changed files with 12 additions and 12 deletions

View File

@@ -742,7 +742,7 @@ class TextChannel(discord.abc.Messageable, discord.abc.GuildChannel, Hashable):
reason: :class:`str`
The reason for creating a new thread. Shows up on the audit log.
invitable: :class:`bool`
Whether non-modertators can add users to the thread. Only applicable to private threads.
Whether non-moderators can add users to the thread. Only applicable to private threads.
Defaults to ``True``.
slowmode_delay: Optional[:class:`int`]
Specifies the slowmode rate limit for user in this channel, in seconds.