From 3e55436495f61ef1be58c0490c6d752f18f146c9 Mon Sep 17 00:00:00 2001 From: MatMasIt <34745996+MatMasIt@users.noreply.github.com> Date: Mon, 16 Aug 2021 23:33:02 +0200 Subject: [PATCH] Removed useless help file alert --- src/index.php | 3 --- 1 file changed, 3 deletions(-) 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"]; }