mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-11-02 07:44:27 -05: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