Halloween theme done, I guess

This commit is contained in:
bingus_violet 2024-09-30 18:23:48 -05:00
parent e3cfd9142f
commit 242af79ed0
5 changed files with 99 additions and 9 deletions

View file

@ -70,8 +70,6 @@ module.exports = {
returnTheme: function() {
var time = new Date()
// return halloween()
if (time.getMonth() + 1 == 10) {
return halloween()
}