Runs every 1 days
1
2
3
4
5
6
import { sendDailyPoem } from "https://esm.town/v/iamseeley/dailyPoemForSam";
// 🦹‍♂️
export default async function (interval: Interval) {
await sendDailyPoem();
}