Handbook
Glossary
get-webhook ( webhook-id -- json )
Vocabulary
discord
Inputs
webhook-id
an
object
Outputs
json
an
object
Definition
USING:
formatting
;
IN:
discord
:
get-webhook
( webhook-id -- json )
"/webhooks/%s"
sprintf
discord-get
;