mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-10 09:18: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);
|
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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user