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