Features
Templates
Showcase
Townie
AI
Blog
Docs
Pricing
Log in
Sign up
valilo
tell
Public
Fork
Like
Code
Pull Requests
Forks
References
Dependencies
Versions
v4
Back
Version 3
2/27/2023
9
1
2
3
4
5
// 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
;
}
;
Copy
Updated: October 23, 2023