Back

Version 3

2/27/2023
// Send me a message. Use the `you` parameter so add your name.
export let tell = (msg, you) => {
@valilo.inbox.push({ time: Date.now(), msg, you });
return 1;
};
Updated: October 23, 2023