diff --git a/post.sk b/post.sk index e8ff08b..63722d9 100644 --- a/post.sk +++ b/post.sk @@ -4,4 +4,6 @@ command /send_console: send a "post" request to "https://paste.anorak01.top/documents" with the body content of file path "logs/latest.log" wait 2 seconds send "https://paste.anorak01.top" to player - send the body of last response to player \ No newline at end of file + set {_resp} to the body of last response + send "key" of {_resp} to player + #send the body of last response to player \ No newline at end of file