Update logging.cs
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user