Update IPCheck.js

This commit is contained in:
Shawn
2019-07-16 15:34:13 +08:00
committed by GitHub
parent 8874fc2ac3
commit a2edbcfd92

View File

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