docs: update TextChannelProperties to 6-hour slow mode

This commit is contained in:
Christopher Felegy
2019-06-05 16:37:55 -04:00
parent fc48c6606d
commit 46da3523d0

View File

@@ -36,7 +36,7 @@ namespace Discord
/// <see cref="ChannelPermission.ManageChannels"/> will be exempt from slow-mode.
/// </note>
/// </remarks>
/// <exception cref="ArgumentOutOfRangeException">Thrown if the value does not fall within [0, 120].</exception>
/// <exception cref="ArgumentOutOfRangeException">Thrown if the value does not fall within [0, 21600].</exception>
public Optional<int> SlowModeInterval { get; set; }
}
}