1
2
3
4
5
6
7
import { email } from "https://esm.town/v/std/email?v=11";
import { morningDiscEmails } from "https://esm.town/v/stevekrouse/morningDiscEmails";
export let morning_disc_collector = (e) => {
console.log(e.text);
email({ text: e.text });
};
Val Town is a social website to write and deploy JavaScript.
Build APIs and schedule functions from your browser.
Comments
Nobody has commented on this val yet: be the first!
January 23, 2024