We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d30d90a commit 33b42fbCopy full SHA for 33b42fb
ArchiSteamFarm/Bot.cs
@@ -344,6 +344,8 @@ private void OnMachineAuth(SteamUser.UpdateMachineAuthCallback callback) {
344
OneTimePassword = callback.OneTimePassword,
345
SentryFileHash = sentryHash,
346
});
347
+
348
+ Logging.LogGenericInfo(BotName, "Sentryfile updated successfully!");
349
}
350
351
private void OnNotification(ArchiHandler.NotificationCallback callback) {
0 commit comments