Update IPConfig.js

This commit is contained in:
Shawn
2019-07-15 09:47:18 +08:00
committed by GitHub
parent 5c8e2f74f1
commit 08f902ec0e

View File

@@ -9,6 +9,8 @@ if ($response.statusCode != 200) {
$done(Null);
}
const emojis= ['🆘','🈲','⚠️','🔞','📵','🚦','🏖','🖥','📺','🐧','🐬','🦉','🍄','⛳️','🚴','🤑','👽','🤖','🎃', '👺', '👁', '🐶', '🐼','🐌', '👥']
function getRandomInt(max) {
return Math.floor(Math.random() * Math.floor(max));
}