Minor edit
This commit is contained in:
@@ -114,7 +114,7 @@ namespace Discord
|
|||||||
//Networking
|
//Networking
|
||||||
ClientAPI = new RestClient(Config, DiscordConfig.ClientAPIUrl, Log.CreateLogger("ClientAPI"));
|
ClientAPI = new RestClient(Config, DiscordConfig.ClientAPIUrl, Log.CreateLogger("ClientAPI"));
|
||||||
StatusAPI = new RestClient(Config, DiscordConfig.StatusAPIUrl, Log.CreateLogger("StatusAPI"));
|
StatusAPI = new RestClient(Config, DiscordConfig.StatusAPIUrl, Log.CreateLogger("StatusAPI"));
|
||||||
GatewaySocket = new GatewaySocket(this, _serializer, Log.CreateLogger("GatewaySocket"));
|
GatewaySocket = new GatewaySocket(this, _serializer, Log.CreateLogger("Gateway"));
|
||||||
GatewaySocket.Connected += (s, e) =>
|
GatewaySocket.Connected += (s, e) =>
|
||||||
{
|
{
|
||||||
if (State == ConnectionState.Connecting)
|
if (State == ConnectionState.Connecting)
|
||||||
|
|||||||
Reference in New Issue
Block a user