Added one more log line to pinpoint the login hang

This commit is contained in:
Kwoth
2022-03-03 01:33:05 +01:00
parent 323699d103
commit c903bc9003

View File

@@ -239,6 +239,7 @@ public sealed class Bot
await Client.LoginAsync(TokenType.Bot, token); await Client.LoginAsync(TokenType.Bot, token);
Log.Information("Starting..."); Log.Information("Starting...");
await Client.StartAsync(); await Client.StartAsync();
Log.Information("Started");
} }
catch (HttpException ex) catch (HttpException ex)
{ {