D-Bot/config.php

9 lines
308 B
PHP
Raw Normal View History

2015-05-29 11:20:55 -05:00
<?php
2015-06-26 00:37:54 -05:00
define('TYPE', 'Telegram');
2015-06-26 00:19:40 -05:00
define('PATH', dirname(__FILE__).DIRECTORY_SEPARATOR);
2015-05-29 11:20:55 -05:00
define('TAG', '#');
define('OWNER_NAME', 'Denny Dai');
define('BOT_NAME', 'Dx. Dennx');
define('HELP_BEGIN', "Welcome to use TG-BOT");
2015-06-26 00:19:40 -05:00
define('HELP_END', "GitHub: https://github.com/dennydai/D-bot\nAuthor: @DennyDai");