Increase chance

This commit is contained in:
Bingus_Violet 2024-03-04 19:48:17 -06:00
parent e98ae325cd
commit 3d91237b40
2 changed files with 1 additions and 2 deletions

View file

@ -82,7 +82,7 @@ function converter(html, query) {
html = html.substring(0, html.indexOf("<body>")) + bodyHTML + html.substring(html.indexOf("</body>") + 7)
var weathers = ["none", "none", "none", "rain"]
var weathers = ["rain", "none"]
var weather = weathers[time.getDate() % weathers.length]