From 024e57efc2613a1f67f7ae1e83e7ddea0ff0d868 Mon Sep 17 00:00:00 2001 From: apple502j <33279053+apple502j@users.noreply.github.com> Date: Sat, 13 Apr 2019 18:56:53 +0900 Subject: [PATCH] Change slowmode max value in docs --- discord/channel.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/channel.py b/discord/channel.py index 86d93abf7..4b6dceb42 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.