From 13941be768d94c733514f2ec0a321bcea34cfde6 Mon Sep 17 00:00:00 2001 From: Chris Johnston Date: Thu, 23 May 2019 00:37:45 -0700 Subject: [PATCH] docs: update xmldoc wording --- src/Discord.Net.Core/Entities/Users/GuildUserProperties.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Discord.Net.Core/Entities/Users/GuildUserProperties.cs b/src/Discord.Net.Core/Entities/Users/GuildUserProperties.cs index 6197872fa..e7203a426 100644 --- a/src/Discord.Net.Core/Entities/Users/GuildUserProperties.cs +++ b/src/Discord.Net.Core/Entities/Users/GuildUserProperties.cs @@ -59,7 +59,7 @@ namespace Discord /// public Optional> RoleIds { get; set; } /// - /// Moves a user to a voice channel. If null, this user will be disconnected from voice. + /// Moves a user to a voice channel. If null, this user will be disconnected from their current voice channel. /// /// /// This user MUST already be in a for this to work. @@ -67,7 +67,7 @@ namespace Discord /// public Optional Channel { get; set; } /// - /// Moves a user to a voice channel. If null, this user will be disconnected from voice. + /// Moves a user to a voice channel. If null, this user will be disconnected from their current voice channel. /// /// /// This user MUST already be in a for this to work.