Handbook
Glossary
message-mentions-me-and-not-from-me? ( json -- ? )
Vocabulary
discord
Inputs
json
an
object
Outputs
?
an
object
Definition
USING:
combinators.short-circuit
kernel
;
IN:
discord
:
message-mentions-me-and-not-from-me?
( json -- ? )
{
[
message-mentions-me?
]
[
message-from-me?
not
]
}
1&&
;