Keeping rain theme, removing rain

This commit is contained in:
Violet 2024-03-19 18:07:30 +00:00 committed by GitHub
parent 6b1e1ea7ad
commit 220daf93c1
4 changed files with 35 additions and 42 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"]
var weathers = ["none"]
var weather = weathers[time.getDate() % weathers.length]