diff --git a/Scripts/IPCustom.js b/Scripts/IPCustom.js index 8407d85..3bc6f5a 100644 --- a/Scripts/IPCustom.js +++ b/Scripts/IPCustom.js @@ -18,7 +18,7 @@ const emojis= ['🐧','🐬','🦉','🍄','⛳️','🚴','🤑','👽','🤖', var body = $response.body; var obj = JSON.parse(body); -var title = foods[getRandomInt(foods.length)]+' ' +obj['country'] + ' ' + emojis[getRandomInt(emojis.length)]; +var title = emojis[getRandomInt(emojis.length)]+' ' +obj['country'] + ' ' + foods[getRandomInt(foods.length)]; var subtitle = obj['city'] + ' ' + obj['isp']; var ip = obj['query']; var description = obj['country'] + '\n' + obj['city'] + '\n' + obj['isp'] + '\n' + obj['ipType']+ '\n' + ip;