Files
vpnbot/app/init.php
T
2023-04-09 19:40:18 +04:00

12 lines
234 B
PHP

<?php
// require __DIR__ . '/debug.php';
require __DIR__ . '/bot.php';
require __DIR__ . '/config.php';
require __DIR__ . '/i18n.php';
$bot = new Bot($c['key'], $i);
$bot->setwebhook();
$bot->setcommands();
$bot->syncPortClients();