|
@@ -30,7 +30,7 @@ namespace Discord.WebSocket |
|
|
/// </summary> |
|
|
/// </summary> |
|
|
public Lazy<SocketGuild> Guild { get; } // TODO: convert to LazyCached once guilds are cached. |
|
|
public Lazy<SocketGuild> Guild { get; } // TODO: convert to LazyCached once guilds are cached. |
|
|
/// <summary> |
|
|
/// <summary> |
|
|
/// Gets the guilds id that the user is in. |
|
|
|
|
|
|
|
|
/// Gets the ID of the guild that the user is in. |
|
|
/// </summary> |
|
|
/// </summary> |
|
|
public ulong GuildId => _guildId; |
|
|
public ulong GuildId => _guildId; |
|
|
/// <inheritdoc /> |
|
|
/// <inheritdoc /> |
|
|