This commit is contained in:
JustArchi
2017-03-13 01:46:11 +01:00
parent 5b87b605f6
commit d455b3704d
2 changed files with 25 additions and 4 deletions

View File

@@ -50,7 +50,7 @@ namespace ArchiSteamFarm {
StopServer();
}
public string GetStatus() => Program.GlobalConfig.SteamOwnerID == 0 ? "{}" : Bot.GetAPIStatus();
public string GetStatus() => Program.GlobalConfig.SteamOwnerID == 0 ? "{}" : Bot.GetAPIStatus(Bot.Bots);
public string HandleCommand(string input) {
if (string.IsNullOrEmpty(input)) {