Browse Source

Update logging.cs

tags/1.0-rc
Flamanis GitHub 8 years ago
parent
commit
1c258544ba
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docs/guides/samples/logging.cs

+ 1
- 1
docs/guides/samples/logging.cs 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);


Loading…
Cancel
Save