diff --git a/ArchiSteamFarm/Program.cs b/ArchiSteamFarm/Program.cs index 723df462c..50b48a462 100644 --- a/ArchiSteamFarm/Program.cs +++ b/ArchiSteamFarm/Program.cs @@ -526,7 +526,7 @@ namespace ArchiSteamFarm { continue; } - Bot bot = new Bot(null); + Bot bot = new Bot(botName); if ((bot.BotConfig == null) || !bot.BotConfig.Enabled) { continue; }