Skip to content

Commit

Permalink
Update xmldocs to reflect the ConnectedUsers split (#2418)
Browse files Browse the repository at this point in the history
  • Loading branch information
BobVul committed Aug 15, 2022
1 parent 8dfe19f commit 65b98f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ public class SocketGuildChannel : SocketChannel, IGuildChannel
/// Gets a collection of users that are able to view the channel.
/// </summary>
/// <remarks>
/// If this channel is a voice channel, a collection of users who are currently connected to this channel
/// is returned.
/// If this channel is a voice channel, use <see cref="SocketVoiceChannel.ConnectedUsers"/> to retrieve a
/// collection of users who are currently connected to this channel.
/// </remarks>
/// <returns>
/// A read-only collection of users that can access the channel (i.e. the users seen in the user list).
Expand Down

0 comments on commit 65b98f8

Please sign in to comment.