function writeLog($msg){ $line = '['.date('Y-m-d H:i:s').'] '.$msg.PHP_EOL; error_log($line, 3, __DIR__ . '/bot.log'); }