More holidays and more hats

This commit is contained in:
lilyissillyyy
2026-02-17 15:31:09 -05:00
parent 07f2269676
commit 7f048ac91f
8 changed files with 49 additions and 2 deletions
+2 -1
View File
@@ -71,7 +71,8 @@ module.exports = class AvatarChanger {
name: 'Thanksgiving',
hat: 'pilgrim',
month: day.getUTCMonth(),
day: day.getUTCDate()
day: day.getUTCDate(),
activity: 'Happy Thanksgiving!'
};
}
return false;