add WebQQ support.
This commit is contained in:
@@ -5,6 +5,7 @@ define('OWNER_NAME', 'YOUR_NAME');
|
||||
define('BOT_NAME', 'D_bot'); //Now For Telegram-Bot Only
|
||||
define('HELP_BEGIN', "The_Sentence_Before_Help_Command");
|
||||
define('HELP_END', "The_Sentence_After_Help_Command");
|
||||
define('ROOT_URL', "THE_URL_TO_THIS_PATH");
|
||||
$TAGs = array('\'','#','/','!'); //array for commands
|
||||
|
||||
|
||||
@@ -15,6 +16,9 @@ define('TB_API_URL', 'https://api.telegram.org/bot'.TB_TOKEN.'/'); //DO NOT CHAN
|
||||
//For Wechat-MP
|
||||
define('WC_UserName', 'YOUR_WECHAT_USERNAME_HERE');
|
||||
|
||||
//For WebQQ
|
||||
define('WQ_Cookie', 'YOUR_WEBQQ_COOKIE_HERE');
|
||||
|
||||
//For plugins
|
||||
define('PLUGIN_GITHUB_TOKEN', 'YOUR_GITHUB_TOKEN_HERE');
|
||||
define('PLUGIN_STEAM_KEY', 'YOUR_STEAM_KEY_HERE');
|
||||
Reference in New Issue
Block a user