Merge pull request #702 from diamante0018/diamante0018-patch-1

maint(bots): rename folder
This commit is contained in:
Maurice Heumann 2023-05-14 15:18:07 +01:00 committed by GitHub
commit a060820235

View File

@ -35,7 +35,7 @@ namespace bots
};
std::string buffer;
if (!utils::io::read_file("boiii_cfg/bots.txt", &buffer) || buffer.empty())
if (!utils::io::read_file("boiii/bots.txt", &buffer) || buffer.empty())
{
return bot_names;
}