feat: 添加一个登录时间
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user