it is only winter in DECEMBER!

This commit is contained in:
bingus_violet 2024-11-01 14:18:04 -05:00
parent 91dba35527
commit 9e40e5fb2d

View file

@ -66,7 +66,7 @@ app.get("/v1/pfp", async (req, res) => {
res.setHeader("Content-Type", "image/png") res.setHeader("Content-Type", "image/png")
var time = new Date(Date.now()) var time = new Date(Date.now())
if ([11, 12, 1].includes(time.getMonth() + 1)) { if ([12].includes(time.getMonth() + 1)) {
pfpSeason = "christmas" pfpSeason = "christmas"
} }