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
parent
commit
9826cf699f
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net.WebSocket/Entities/Users/SocketGuildUser.cs

+ 1
- 1
src/Discord.Net.WebSocket/Entities/Users/SocketGuildUser.cs View File

@@ -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 />


Loading…
Cancel
Save