From 601879ed2437c1ce8b8d365da78afd577e12ae53 Mon Sep 17 00:00:00 2001 From: Lulu <96322105+luluwaffless@users.noreply.github.com> Date: Thu, 17 Oct 2024 16:49:53 -0300 Subject: [PATCH] Update index.js --- index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.js b/index.js index 36fbf94..47a8d26 100644 --- a/index.js +++ b/index.js @@ -66,7 +66,6 @@ async function check(individual) { .then(function (response) { if (response.data["userPresences"] && response.data.userPresences.length > 0) { response.data.userPresences.forEach((presence) => { - console.log(presence); const { userPresenceType, lastLocation, placeId, gameId, userId } = presence; if (userPresenceType != sessionInfo.users[presence.userId].status || presence.gameId != sessionInfo.users[presence.userId].gameId) { sessionInfo.users[userId].lastStatus = sessionInfo.users[userId].status; @@ -131,4 +130,4 @@ client.on('ready', async function () { }); }; }); -client.login(process.env.token); \ No newline at end of file +client.login(process.env.token);