diff --git a/Scripts/IPCheck.js b/Scripts/IPCheck.js index 7fe0e17..f0e2b45 100644 --- a/Scripts/IPCheck.js +++ b/Scripts/IPCheck.js @@ -1,14 +1,9 @@ -// if ($response.statusCode != 200) { -// $done(Null); -// } - +if ($response.statusCode != 200) { + $done(Null); +} // var body = $response.body; // var obj = JSON.parse(body); -if ($response.statusCode != 200) { - $done(Null); -} - const emojis= ['🆘','🈲','⚠️','🔞','📵','🚦','🏖','🖥','📺','🐧','🐬','🦉','🍄','⛳️','🚴','🤑','👽','🤖','🎃', '👺', '👁', '🐶', '🐼','🐌', '👥'] function getRandomInt(max) {