diff --git a/post.sk b/post.sk index 7bc8a73..41a3a2d 100644 --- a/post.sk +++ b/post.sk @@ -20,4 +20,8 @@ command /send_console: #send {_sections::2} #send {_key} to player #send {_sections::2} to player - #send the body of last response to player \ No newline at end of file + #send the body of last response to player + +command /console: + trigger: + send last 5 lines of file path "logs/latest.log" to player \ No newline at end of file