Files
vpnbot/app/init.php
T
2023-02-10 19:32:57 +04:00

10 lines
183 B
PHP

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