Nice, so that means you can modify the StartBot.php file to use the /usr/bin/php binary to start the bot.
Find and replace
$php_bin = trim(shell_exec('which php'));
with
$php_bin = "/usr/bin/php";
Then you should in theory be able to start the bot with
php StartBot.php