Browse Source

docs: update xmldoc wording

pull/1311/head
Chris Johnston 6 years ago
parent
commit
13941be768
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/Discord.Net.Core/Entities/Users/GuildUserProperties.cs

+ 2
- 2
src/Discord.Net.Core/Entities/Users/GuildUserProperties.cs View File

@@ -59,7 +59,7 @@ namespace Discord
/// </remarks>
public Optional<IEnumerable<ulong>> RoleIds { get; set; }
/// <summary>
/// Moves a user to a voice channel. If <c>null</c>, this user will be disconnected from voice.
/// Moves a user to a voice channel. If <c>null</c>, this user will be disconnected from their current voice channel.
/// </summary>
/// <remarks>
/// This user MUST already be in a <see cref="IVoiceChannel"/> for this to work.
@@ -67,7 +67,7 @@ namespace Discord
/// </remarks>
public Optional<IVoiceChannel> Channel { get; set; }
/// <summary>
/// Moves a user to a voice channel. If <c>null</c>, this user will be disconnected from voice.
/// Moves a user to a voice channel. If <c>null</c>, this user will be disconnected from their current voice channel.
/// </summary>
/// <remarks>
/// This user MUST already be in a <see cref="IVoiceChannel"/> for this to work.


Loading…
Cancel
Save