v1
This commit is contained in:
7
env.sample.php
Executable file
7
env.sample.php
Executable file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
// Rename me to env.php
|
||||
|
||||
$bot_api_key = '1234567890:Telegram_bot_api_key';
|
||||
$bot_username = 'telegram_bot_username';
|
||||
$hook_url = 'https://my.server.com/path/to/hook.php';
|
||||
Reference in New Issue
Block a user