Skip to content

Commit

Permalink
add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
RamRamez committed Sep 9, 2024
1 parent 91731f8 commit bfb8723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/bot.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ Please cast in a channel to praise`,
}
);
} catch (e){
console.log("send frame error: " + e);
console.log("send frame error! Date " + new Date() + " error: " + e);
return new Response('Error: ' + e);
}
console.log("Replied with frame! Date: " + new Date() + ' hash: ' + reply.hash);
Expand Down

0 comments on commit bfb8723

Please sign in to comment.