aboutsummaryrefslogtreecommitdiff
path: root/discord/channel.py
diff options
context:
space:
mode:
Diffstat (limited to 'discord/channel.py')
-rw-r--r--discord/channel.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/channel.py b/discord/channel.py
index 86d93abf..4b6dceb4 100644
--- a/discord/channel.py
+++ b/discord/channel.py
@@ -200,7 +200,7 @@ class TextChannel(discord.abc.Messageable, discord.abc.GuildChannel, Hashable):
category.
slowmode_delay: :class:`int`
Specifies the slowmode rate limit for user in this channel. A value of
- `0` disables slowmode. The maximum value possible is `120`.
+ `0` disables slowmode. The maximum value possible is `21600`.
reason: Optional[:class:`str`]
The reason for editing this channel. Shows up on the audit log.