From 9e40e5fb2d730523ac84bdfcc65d49960819e118 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Fri, 1 Nov 2024 14:18:04 -0500 Subject: [PATCH] it is only winter in DECEMBER! --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }