diff --git a/api.js b/api.js index 8605a92..49abf2c 100644 --- a/api.js +++ b/api.js @@ -10,7 +10,8 @@ const constants = JSON.parse(fs.readFileSync(path.join(__dirname, "constants.jso var lastPong = 0 module.exports = { - "lanyard": constants.fallbackLanyard, + "lanyard": undefined, + "socials": undefined, "connected": false, "lastLanyardUpdate": Date.now(),