diff --git a/index.js b/index.js index ada4765..6720257 100644 --- a/index.js +++ b/index.js @@ -24,7 +24,7 @@ var startTime = Date.now() var prevGame = "" function update() { - fetch(`https://steamcommunity.com/miniprofile/${steamID}?origin=https%3A%2F%2Fsteamcommunity.com`) + fetch(`https://steamcommunity.com/miniprofile/${steamID}`) .then((data) => { return data.text() })