Lanyard should be undefined, socials will be seperated in another update

This commit is contained in:
bingus_violet 2024-11-17 10:27:19 -06:00
parent cdeb8b7479
commit 5d8fae81f6

3
api.js
View file

@ -10,7 +10,8 @@ const constants = JSON.parse(fs.readFileSync(path.join(__dirname, "constants.jso
var lastPong = 0 var lastPong = 0
module.exports = { module.exports = {
"lanyard": constants.fallbackLanyard, "lanyard": undefined,
"socials": undefined,
"connected": false, "connected": false,
"lastLanyardUpdate": Date.now(), "lastLanyardUpdate": Date.now(),