88c6a081dd
too tired to desc
8 lines
280 B
PHP
8 lines
280 B
PHP
<?php
|
|
define('PATH', dirname(__FILE__).DIRECTORY_SEPARATOR);
|
|
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");
|