Handbook
Glossary
send-message* ( string channel-id -- json )
Vocabulary
discord
Inputs
string
an
object
channel-id
an
object
Outputs
json
an
object
Definition
USING:
formatting
hashtables
kernel
;
IN:
discord
:
send-message*
( string channel-id -- json )
[
"content"
associate
]
dip
"/channels/%s/messages"
sprintf
discord-post-json
;