Update logging.cs

This commit is contained in:
Flamanis
2017-01-22 18:25:12 -06:00
committed by GitHub
parent e907c3e500
commit 1c258544ba

View File

@@ -18,7 +18,7 @@ public class Program
return Task.CompletedTask;
};
await _client.LoginAsync(TokenType.Bot, "bot token");
await _client.LoginAsync(TokenType.Bot, "bot token");
await _client.ConnectAsync();
await Task.Delay(-1);