diff --git a/packages/spike/src/discord/cron.ts b/packages/spike/src/discord/cron.ts index a7713ba..5b4a4d4 100644 --- a/packages/spike/src/discord/cron.ts +++ b/packages/spike/src/discord/cron.ts @@ -20,8 +20,10 @@ export const runCronJobs = async (client: Client) => { }) if (upcomingReminders.length > 0) { + console.log(`Found ${upcomingReminders.length} upcoming reminders to notify.`) const content = `These reminders are due soon, let them know!: ${JSON.stringify(upcomingReminders)}` + console.log(`🌭`, { content }) const output = await getQuickAIResponse({ instructions: buildInstructions(), input: [{ role: "system", content }],