Lanyard should be undefined, socials will be seperated in another update
This commit is contained in:
parent
cdeb8b7479
commit
5d8fae81f6
1 changed files with 2 additions and 1 deletions
3
api.js
3
api.js
|
@ -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(),
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue