From eccef5f6b89997ab6f555e0d41bdaa641afdc27e Mon Sep 17 00:00:00 2001 From: raeleus Date: Sun, 6 Oct 2024 21:01:41 -0700 Subject: [PATCH] Put version in square brackets. --- Input.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Input.js b/Input.js index 5235f16..965148c 100644 --- a/Input.js +++ b/Input.js @@ -2203,7 +2203,7 @@ function doClearSkills(command) { function doVersion(command) { state.show = "none" - return version + return `[${version}]` } function doReset(command) {