master
Drake 1 year ago
parent 3c7a0c8a7d
commit f554a2312c

@ -85,7 +85,6 @@ async function postStatus(
visibility,
in_reply_to_id: reply_id,
});
lastPost = Math.floor(Date.now() / 1000);
console.log("Posted post!");
(successCallback ?? (() => {}))();
} catch {
@ -112,6 +111,7 @@ while (true) {
content: prompt,
});
await postStatus(newMessages, "public");
lastPost = Math.floor(Date.now() / 1000);
}
// Reply handling

Loading…
Cancel
Save