Removed useless help file alert

This commit is contained in:
MatMasIt 2021-08-16 23:33:02 +02:00 committed by GitHub
parent 262d5041d3
commit 3e55436495
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"];
}