From bc2f62d5ea773470e3556aa1b39e919595d82c17 Mon Sep 17 00:00:00 2001 From: Anorak_1 Date: Sun, 11 Sep 2022 18:50:07 +0000 Subject: [PATCH] Update 'post.sk' --- post.sk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/post.sk b/post.sk index 4ed1385..61ed928 100644 --- a/post.sk +++ b/post.sk @@ -1,9 +1,9 @@ command /send_console: trigger: #send content of file path "logs/latest.log" to player - send a "post" request to "https://paste.anorak01.top/documents" with the body content of file path "logs/latest.log" + #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 "" to player set {_resp} to the body of last response set {_sections::*} to {_resp} split at ":" send {_sections::*} to player