revert Keeping rain theme, removing rain
This commit is contained in:
Bingus_Violet 2024-03-19 22:07:22 +00:00
parent 220daf93c1
commit 2109d74cee
4 changed files with 42 additions and 35 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"]
var weathers = ["rain"]
var weather = weathers[time.getDate() % weathers.length]