Merge pull request #284 from moiph/dev

fixing a comment typo
This commit is contained in:
Khionu Terabite
2016-09-14 09:37:10 +00:00
committed by GitHub

View File

@@ -38,7 +38,7 @@ namespace Discord.WebSocket
private int _nextAudioId;
private bool _canReconnect;
/// <summary> Gets the shard if of this client. </summary>
/// <summary> Gets the shard id of this client. </summary>
public int ShardId { get; }
/// <summary> Gets the current connection state of this client. </summary>
public ConnectionState ConnectionState { get; private set; }