RIsk of permanent rain :)

This commit is contained in:
bingus_violet 2024-03-07 23:07:11 -06:00
parent de776c563c
commit 65e9dd1854
6 changed files with 8 additions and 24 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 = ["rain", "none"]
var weathers = ["rain"]
var weather = weathers[time.getDate() % weathers.length]