Change to real date

This commit is contained in:
Pierre HUBERT 2020-05-08 11:12:06 +02:00
parent 93ff4e9049
commit 22cb2673a4

View File

@ -16,7 +16,7 @@ async function checkManonBirthday(force) {
const date = new Date(); const date = new Date();
if(date.getMonth() != 4 && date.getDay() != 8)//TODO: replace if(date.getMonth() != 4 && date.getDay() != 25)
return; return;
} }