Tweak messages

This commit is contained in:
AnimeGitB
2022-06-23 02:38:04 +09:30
parent c9363ef5e5
commit b2e620553a
6 changed files with 12 additions and 12 deletions

View File

@@ -289,8 +289,8 @@
"success": "Przeteleportowano %s do %s, %s, %s w scenie %s"
},
"weather": {
"description": "Changes the weather. Climate types sunny, cloudy, rain, thunderstorm, snow, mist.",
"usage": "Usage: weather [weatherId] [climateType]\nClimate types sunny, cloudy, rain, thunderstorm, snow, mist.",
"description": "Changes the weather.Weather IDs can be found in WeatherExcelConfigData.json.\nClimate types: sunny, cloudy, rain, thunderstorm, snow, mist.",
"usage": "Usage: weather [weatherId] [climateType]\nWeather IDs can be found in WeatherExcelConfigData.json.\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."
},