From 7b7a9e18d1267d30cea4161b888d84489cd32175 Mon Sep 17 00:00:00 2001 From: bingus_violet Date: Sat, 23 Nov 2024 18:06:24 -0600 Subject: [PATCH] No more chrimus --- index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.js b/index.js index 279adcb..8c60298 100644 --- a/index.js +++ b/index.js @@ -66,9 +66,9 @@ app.get("/v1/pfp", async (req, res) => { res.setHeader("Content-Type", "image/png") var time = new Date(Date.now()) - if ([12].includes(time.getMonth() + 1)) { - pfpSeason = "christmas" - } + // if ([12].includes(time.getMonth() + 1)) { + // pfpSeason = "christmas" + // } var pfpConfig = JSON.parse(fs.readFileSync(path.join(__dirname, "PFPs.json")))[pfpSeason] var characterNumb = (time.getDay()) % pfpConfig.length