From 46da3523d090ed3f99c44e9c755ac5e1cbb5c94b Mon Sep 17 00:00:00 2001 From: Christopher Felegy Date: Wed, 5 Jun 2019 16:37:55 -0400 Subject: [PATCH] docs: update TextChannelProperties to 6-hour slow mode --- src/Discord.Net.Core/Entities/Channels/TextChannelProperties.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Discord.Net.Core/Entities/Channels/TextChannelProperties.cs b/src/Discord.Net.Core/Entities/Channels/TextChannelProperties.cs index 6dcbf860a..821f358f5 100644 --- a/src/Discord.Net.Core/Entities/Channels/TextChannelProperties.cs +++ b/src/Discord.Net.Core/Entities/Channels/TextChannelProperties.cs @@ -36,7 +36,7 @@ namespace Discord /// will be exempt from slow-mode. /// /// - /// Thrown if the value does not fall within [0, 120]. + /// Thrown if the value does not fall within [0, 21600]. public Optional SlowModeInterval { get; set; } } }