update self

This commit is contained in:
mercury
2024-03-03 19:29:21 +04:00
parent 4270ee5b23
commit 20cde272dd
9 changed files with 140 additions and 22 deletions
-6
View File
@@ -11,9 +11,3 @@ $bot = new Bot($c['key'], $i);
$bot->setwebhook();
$bot->setcommands();
$bot->syncPortClients();
if (!empty($c['admin'])) {
$ip = getenv('IP');
foreach ($c['admin'] as $k => $v) {
$bot->send($v, "start $ip");
}
}