From aa835ecac7c8694bd3461d90e62e3272074bea7a Mon Sep 17 00:00:00 2001 From: Luke H-W Date: Wed, 22 Jun 2022 23:41:14 +0930 Subject: [PATCH] Update src/main/resources/languages/en-US.json Co-authored-by: Tesutarin <105267106+Tesutarin@users.noreply.github.com> --- src/main/resources/languages/en-US.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/languages/en-US.json b/src/main/resources/languages/en-US.json index 18c81aa44..9a58a174f 100644 --- a/src/main/resources/languages/en-US.json +++ b/src/main/resources/languages/en-US.json @@ -385,7 +385,7 @@ "description": "Unlock all levels of tower" }, "weather": { - "description": "Changes the weather. Climate types sunny, cloudy, rain, thunderstorm, snow, mist.", + "description": "Changes weather ID and climate type. Weather IDs can be found in WeatherExcelConfigData.json. Climate types: sunny, cloudy, rain, thunderstorm, snow, mist", "usage": "Usage: weather [weatherId] [climateType]\nClimate types sunny, cloudy, rain, thunderstorm, snow, mist.", "success": "Set weather ID to %s with climate type %s.", "status": "Current weather ID is %s with climate type %s."