diff --git a/Scripts/IPCustom.js b/Scripts/IPCustom.js index 6716c1a..2742769 100644 --- a/Scripts/IPCustom.js +++ b/Scripts/IPCustom.js @@ -19,7 +19,7 @@ const emojis= ['🆘','🈲','⚠️','🔞','📵','🚦','🏖','🖥','📺', var body = $response.body; var obj = JSON.parse(body); var title = emojis[getRandomInt(emojis.length)] +obj['country'] +obj['city']+' '+ foods[getRandomInt(foods.length)]; -var subtitle =obj['isp']+ '('obj['ipType']+')'; +var subtitle =obj['isp']+ '('+obj['ipType']+')'; var ip = obj['query']; var description = obj['country'] + '-' + obj['city'] + '\n' + obj['isp'] + '\n' + obj['ipType']+ '\n' + ip;