|
|
@@ -44,8 +44,10 @@ namespace Discord.WebSocket |
|
|
|
private RestApplication _applicationInfo; |
|
|
|
private bool _isDisposed; |
|
|
|
|
|
|
|
/// <summary> Provides access to a REST-only client with a shared state from this client. </summary> |
|
|
|
public DiscordSocketRestClient Rest { get; } |
|
|
|
/// <summary> |
|
|
|
/// Provides access to a REST-only client with a shared state from this client. |
|
|
|
/// </summary> |
|
|
|
public override DiscordSocketRestClient Rest { get; } |
|
|
|
/// <summary> Gets the shard of of this client. </summary> |
|
|
|
public int ShardId { get; } |
|
|
|
/// <summary> Gets the current connection state of this client. </summary> |
|
|
|