Skip to content

Commit

Permalink
Fix grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
duncte123 authored Jun 17, 2024
1 parent b74d361 commit a4c6999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit a4c6999

Please sign in to comment.