| @@ -59,7 +59,7 @@ namespace Discord | |||||
| /// </remarks> | /// </remarks> | ||||
| public Optional<IEnumerable<ulong>> RoleIds { get; set; } | public Optional<IEnumerable<ulong>> RoleIds { get; set; } | ||||
| /// <summary> | /// <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> | /// </summary> | ||||
| /// <remarks> | /// <remarks> | ||||
| /// This user MUST already be in a <see cref="IVoiceChannel"/> for this to work. | /// This user MUST already be in a <see cref="IVoiceChannel"/> for this to work. | ||||
| @@ -67,7 +67,7 @@ namespace Discord | |||||
| /// </remarks> | /// </remarks> | ||||
| public Optional<IVoiceChannel> Channel { get; set; } | public Optional<IVoiceChannel> Channel { get; set; } | ||||
| /// <summary> | /// <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> | /// </summary> | ||||
| /// <remarks> | /// <remarks> | ||||
| /// This user MUST already be in a <see cref="IVoiceChannel"/> for this to work. | /// This user MUST already be in a <see cref="IVoiceChannel"/> for this to work. | ||||