Browse Source

docs: update TextChannelProperties to 6-hour slow mode

tags/2.1.1
Christopher Felegy 6 years ago
parent
commit
46da3523d0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.Core/Entities/Channels/TextChannelProperties.cs

+ 1
- 1
src/Discord.Net.Core/Entities/Channels/TextChannelProperties.cs 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; }
}
}

Loading…
Cancel
Save