it is only winter in DECEMBER!
This commit is contained in:
parent
91dba35527
commit
9e40e5fb2d
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -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"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue