docs: update TextChannelProperties to 6-hour slow mode
This commit is contained in:
@@ -36,7 +36,7 @@ namespace Discord
|
|||||||
/// <see cref="ChannelPermission.ManageChannels"/> will be exempt from slow-mode.
|
/// <see cref="ChannelPermission.ManageChannels"/> will be exempt from slow-mode.
|
||||||
/// </note>
|
/// </note>
|
||||||
/// </remarks>
|
/// </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; }
|
public Optional<int> SlowModeInterval { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user