Socials are now included in lanyard

This commit is contained in:
bingus_violet 2024-06-19 13:13:05 -05:00
parent 84f53c40b8
commit c90ebd23b0

View file

@ -103,6 +103,8 @@ function socketeer() {
}))
} else if (data.op == 0) {
lanyardData = data
lanyardData.d.socials = JSON.parse(fs.readFileSync(path.join(configPath, "socials.json")))
console.log(lanyardData)
for (let index = 0; index < sockets.length; index++) {
var socketData = sockets[index]