From 9826cf699ff3f991a82b06591e1b722b798d1a74 Mon Sep 17 00:00:00 2001 From: Quin Lynch <49576606+quinchs@users.noreply.github.com> Date: Sun, 24 Apr 2022 10:06:11 -0300 Subject: [PATCH] Update src/Discord.Net.WebSocket/Entities/Users/SocketGuildUser.cs Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com> --- src/Discord.Net.WebSocket/Entities/Users/SocketGuildUser.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Discord.Net.WebSocket/Entities/Users/SocketGuildUser.cs b/src/Discord.Net.WebSocket/Entities/Users/SocketGuildUser.cs index 42169f5ad..9b25eb741 100644 --- a/src/Discord.Net.WebSocket/Entities/Users/SocketGuildUser.cs +++ b/src/Discord.Net.WebSocket/Entities/Users/SocketGuildUser.cs @@ -30,7 +30,7 @@ namespace Discord.WebSocket /// public Lazy Guild { get; } // TODO: convert to LazyCached once guilds are cached. /// - /// Gets the guilds id that the user is in. + /// Gets the ID of the guild that the user is in. /// public ulong GuildId => _guildId; ///