[rm] santa hat
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
let specialDay = ''
|
||||
const today = new Date()
|
||||
if (today.getMonth() === 11 && today.getDate() >= 19) {
|
||||
if (today.getMonth() === 11 && today.getDate() >= 19 && today.getDate() <= 25) {
|
||||
specialDay = 'christmas'
|
||||
}
|
||||
let iconAnimation = 0
|
||||
|
||||
Reference in New Issue
Block a user