aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorapple502j <[email protected]>2019-04-13 18:56:53 +0900
committerGitHub <[email protected]>2019-04-13 18:56:53 +0900
commit024e57efc2613a1f67f7ae1e83e7ddea0ff0d868 (patch)
treee59a8e1b085a09ea3728eb666c8e57169a612244
parentAdd `Permissions.stream` (diff)
downloaddiscord.py-024e57efc2613a1f67f7ae1e83e7ddea0ff0d868.tar.xz
discord.py-024e57efc2613a1f67f7ae1e83e7ddea0ff0d868.zip
Change slowmode max value in docs
-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.