Browse Source

This is what I get for pushing to master

pull/44/head
RogueException 9 years ago
parent
commit
a44d7de473
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Discord.Net/Net/WebSockets/GatewaySocket.cs

+ 1
- 1
src/Discord.Net/Net/WebSockets/GatewaySocket.cs View File

@@ -43,7 +43,7 @@ namespace Discord.Net.WebSockets
//Token = rest.Token;

var gatewayResponse = await rest.Send(new GatewayRequest()).ConfigureAwait(false);
string url = $"{gatewayResponse.Url}?encoding=json&v=4";
string url = $"{gatewayResponse.Url}/?encoding=json&v=4";
Logger.Verbose($"Login successful, gateway: {url}");

Host = url;


Loading…
Cancel
Save