diff --git a/XiaoXiaoRoBot/Program.cs b/XiaoXiaoRoBot/Program.cs index c3ba4dd..fbae8c6 100644 --- a/XiaoXiaoRoBot/Program.cs +++ b/XiaoXiaoRoBot/Program.cs @@ -56,7 +56,7 @@ bot.Invoker.OnBotLogEvent += (sender, e) => { RecordLog = false; LoginSuccess = true; - Logs.Write($"Login success: {bot.BotUin} {bot.BotName}"); + Logs.Write($"Login success: {bot.BotUin} {bot.BotName} {DateTime.Now}"); _ = KeystoreConfig.SaveBotKeystore(bot.UpdateKeystore()); LoadLoginConfig(); }