Browse Source
Update src/Discord.Net.WebSocket/Entities/Users/SocketGuildUser.cs
Co-authored-by: Jared L <48422312+lhjt@users.noreply.github.com>
v4/state-cache-providers
Quin Lynch
GitHub
3 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/Discord.Net.WebSocket/Entities/Users/SocketGuildUser.cs
|
|
@@ -30,7 +30,7 @@ namespace Discord.WebSocket |
|
|
|
/// </summary> |
|
|
|
public Lazy<SocketGuild> Guild { get; } // TODO: convert to LazyCached once guilds are cached. |
|
|
|
/// <summary> |
|
|
|
/// Gets the guilds id that the user is in. |
|
|
|
/// Gets the ID of the guild that the user is in. |
|
|
|
/// </summary> |
|
|
|
public ulong GuildId => _guildId; |
|
|
|
/// <inheritdoc /> |
|
|
|