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.