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