From ae8ef0e5c2c10bc49c1d961d36bdab83064ed4a8 Mon Sep 17 00:00:00 2001 From: Ruthenic Date: Mon, 13 Mar 2023 20:37:34 -0400 Subject: [PATCH] stuffsies --- src/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 07b43e9..517cbe9 100644 --- a/src/index.ts +++ b/src/index.ts @@ -118,7 +118,7 @@ while (true) { let notifs = (await fedi.getNotifications()).data; for (const notif of notifs) { if (!(respondedNotificationIds.includes(notif.id))) { - console.log("Recieved new notification!"); + console.log(`Recieved new notification! (ID: ${notif.id})`); if (notif.type === "mention") { let status = notif.status as Entity.Status; if (status.in_reply_to_id) { @@ -136,7 +136,6 @@ while (true) { statuses[0].account.id === (await fedi.verifyAccountCredentials()).data.id ) { - console.log(statuses); newMessages.push({ role: "user", content: