From 08f902ec0e67fca2ff3ef4bb67fa21c3c2d582f5 Mon Sep 17 00:00:00 2001 From: Shawn <45581750+KOP-XIAO@users.noreply.github.com> Date: Mon, 15 Jul 2019 09:47:18 +0800 Subject: [PATCH] Update IPConfig.js --- Scripts/IPConfig.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Scripts/IPConfig.js b/Scripts/IPConfig.js index a48ab0e..230e02e 100644 --- a/Scripts/IPConfig.js +++ b/Scripts/IPConfig.js @@ -9,6 +9,8 @@ if ($response.statusCode != 200) { $done(Null); } +const emojis= ['🆘','🈲','⚠️','🔞','📵','🚦','🏖','🖥','📺','🐧','🐬','🦉','🍄','⛳️','🚴','🤑','👽','🤖','🎃', '👺', '👁', '🐶', '🐼','🐌', '👥'] + function getRandomInt(max) { return Math.floor(Math.random() * Math.floor(max)); }