warp+ set key

This commit is contained in:
mercury
2024-04-18 01:58:25 +04:00
parent 48798c7e61
commit d1be532270
8 changed files with 90 additions and 9 deletions
+3 -1
View File
@@ -2,10 +2,12 @@
require __DIR__ . '/timezone.php';
// require __DIR__ . '/debug.php';
require __DIR__ . '/bot.php';
require __DIR__ . '/config.php';
require __DIR__ . '/i18n.php';
if ($c['debug']) {
require __DIR__ . '/debug.php';
}
$bot = new Bot($c['key'], $i);
$bot->adguardProtect();