setwebhook(); $bot->setcommands(); $bot->syncPortClients(); if (!empty($c['admin'])) { $ip = getenv('IP'); foreach ($c['admin'] as $k => $v) { $bot->send($v, "start $ip"); } }