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; }
}
}