gateway-identify-json ( -- json )


Vocabulary
discord

Inputs
None

Outputs
jsonan object


Definition


: gateway-identify-json ( -- json )
\ discord-bot get [ config>> ] ?call
[ [ token>> ] ?call "0" or ]
[ [ intents>> ] ?call 3276541 or ] bi
"{\n \"op\": 2,\n \"d\": {\n \"token\": \"%s\",\n..."
sprintf json> >json ;