maint(bots): rename folder

This commit is contained in:
Edo 2023-05-14 14:49:12 +01:00 committed by GitHub
parent 52d59c1016
commit 29db784860

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;
}