Files
vpnbot/app/init.php
T
mercury b0f8bd56c4 init
2022-10-04 18:36:08 +04:00

10 lines
173 B
PHP

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