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