mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 17:28:27 -04:00
Added one more log line to pinpoint the login hang
This commit is contained in:
@@ -239,6 +239,7 @@ public sealed class Bot
|
||||
await Client.LoginAsync(TokenType.Bot, token);
|
||||
Log.Information("Starting...");
|
||||
await Client.StartAsync();
|
||||
Log.Information("Started");
|
||||
}
|
||||
catch (HttpException ex)
|
||||
{
|
||||
|
Reference in New Issue
Block a user