diff --git a/ArchiSteamFarm/Bot.cs b/ArchiSteamFarm/Bot.cs index 71dabb2f7..61f0810bf 100755 --- a/ArchiSteamFarm/Bot.cs +++ b/ArchiSteamFarm/Bot.cs @@ -573,7 +573,7 @@ namespace ArchiSteamFarm { } } - result.Append("There are " + runningBotsCount + "/" + Bots.Count + "bots running."); + result.Append("There are " + runningBotsCount + "/" + Bots.Count + " bots running."); return result.ToString(); }