diff --git a/src/NadekoBot/Bot.cs b/src/NadekoBot/Bot.cs index ce0ee074e..195b274b4 100644 --- a/src/NadekoBot/Bot.cs +++ b/src/NadekoBot/Bot.cs @@ -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) {