From 756cbc14ba457c5fccb524942de274bd36308bed Mon Sep 17 00:00:00 2001 From: Anorak_1 Date: Sun, 11 Sep 2022 18:47:28 +0000 Subject: [PATCH] Update 'post.sk' --- post.sk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/post.sk b/post.sk index 63722d9..df366b1 100644 --- a/post.sk +++ b/post.sk @@ -5,5 +5,6 @@ command /send_console: wait 2 seconds send "https://paste.anorak01.top" to player set {_resp} to the body of last response - send "key" of {_resp} to player + set {_sections::*} to _resp split at ":" + send {_sections::*} to player #send the body of last response to player \ No newline at end of file