5c511bbe58
telegram.py is developing, cannot be use yet, plzz ignore it
7 lines
225 B
PHP
7 lines
225 B
PHP
<?php
|
|
define('TAG', '#');
|
|
define('OWNER_NAME', 'Denny Dai');
|
|
define('BOT_NAME', 'Dx. Dennx');
|
|
define('HELP_BEGIN', "Welcome to use TG-BOT");
|
|
define('HELP_END', "GitHub: https://github.com/dennydai/D-bot\nAuthor: @DennyDai");
|