From a2edbcfd926d4afd698492914037dbc562c375b3 Mon Sep 17 00:00:00 2001 From: Shawn <45581750+KOP-XIAO@users.noreply.github.com> Date: Tue, 16 Jul 2019 15:34:13 +0800 Subject: [PATCH] Update IPCheck.js --- Scripts/IPCheck.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Scripts/IPCheck.js b/Scripts/IPCheck.js index f0e2b45..cc6da77 100644 --- a/Scripts/IPCheck.js +++ b/Scripts/IPCheck.js @@ -1,9 +1,7 @@ + if ($response.statusCode != 200) { $done(Null); } -// var body = $response.body; -// var obj = JSON.parse(body); - const emojis= ['🆘','🈲','⚠️','🔞','📵','🚦','🏖','🖥','📺','🐧','🐬','🦉','🍄','⛳️','🚴','🤑','👽','🤖','🎃', '👺', '👁', '🐶', '🐼','🐌', '👥'] function getRandomInt(max) {