This commit is contained in:
JustArchi
2016-10-14 22:57:57 +02:00
parent 79ebe75d02
commit b341bc453e

View File

@@ -351,6 +351,10 @@ namespace ArchiSteamFarm {
new Bot(botName).Forget();
}
if (Bot.Bots.Count == 0) {
Logging.LogGenericWarning("No bots are defined, did you forget to configure your ASF?");
}
ASF.InitFileWatcher();
}