Handbook
Glossary
reply-echo ( json -- ? )
Vocabulary
discord
Inputs
json
an
object
Outputs
?
an
object
Definition
USING:
assocs
kernel
sequences
;
IN:
discord
:
reply-echo
( json -- ? )
dup
message-mentions-me-and-not-from-me?
[
"content"
of
"echobot sez: "
prepend
reply-message
t
]
[
drop
f
]
if
;