From a4c69999a5a565e021c16f4d646cbc0f98a3886e Mon Sep 17 00:00:00 2001 From: Duncan Sterken Date: Mon, 17 Jun 2024 16:28:40 +0100 Subject: [PATCH] Fix grammar --- commands/info.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/info.yml b/commands/info.yml index f021483..8e2ed58 100644 --- a/commands/info.yml +++ b/commands/info.yml @@ -10,6 +10,6 @@ output: |- val what = event.getOption("about")!!.asString when(what) { - "js_release" -> "BLits currently has not announced a release date for the game yet. They are commited to keeping everyone updated on Kickstarter and their official website on the progress of the game.\n\nOnce BLits is confident about a release window they will announce it publicly via official platforms.\n\nPlease also understand that the game would not have been announced yet if BLits used a more 'classic' development process." + "js_release" -> "BLits currently has not announced an official release date for the game yet. They are committed to keeping everyone updated on Kickstarter and their official website on the progress of the game.\n\nOnce BLits is confident about a release window they will announce it publicly via official platforms.\n\nPlease also understand that the game would not have been announced yet if BLits used a more 'classic' development process." else -> "I don't know what that is" }