Первичная реализация, команды /list и /info
This commit is contained in:
13
config/bot.php
Normal file
13
config/bot.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
/*
|
||||
* Copyright (c) 2025, Антон Аксенов
|
||||
* This file is part of iptv.axenov.dev web interface
|
||||
* MIT License: https://git.axenov.dev/IPTV/web/src/branch/master/LICENSE
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'token' => env('TG_BOT_TOKEN'),
|
||||
'secret' => env('TG_BOT_SECRET'),
|
||||
];
|
||||
Reference in New Issue
Block a user