diff --git a/src/index.php b/src/index.php index e56a011..446288f 100644 --- a/src/index.php +++ b/src/index.php @@ -465,9 +465,6 @@ switch ($DATA["message"]["chat"]["id"]) { if (!moduleOn(".s", $DATA["message"]["chat"]["id"], $DATA, true)) break; $es = ""; - if (!file_exists("help") || filesize("help") <= 0) { - $es .= $GLOBALS["config"]["lgbt"]["text"]["status"]["missingHelpFile"]; - } if (!file_exists("DC.txt") || filesize("DC.txt") <= 0) { $es .= $GLOBALS["config"]["lgbt"]["text"]["status"]["missingJueBox"]; }