From 9afeb350954be496c5c157611e8505a891a0a021 Mon Sep 17 00:00:00 2001 From: dennydai Date: Fri, 8 Jan 2016 07:23:57 +0800 Subject: [PATCH] // --- config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.php b/config.php index 6ee8d9d..2d7e174 100644 --- a/config.php +++ b/config.php @@ -5,7 +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"); -$TAGs = array('#','/','!'); +$TAGs = array('#','/','!'); //array for commands //For Telegram-Bot