Use real date

This commit is contained in:
Pierre HUBERT 2020-05-08 11:16:11 +02:00
parent 03153ea474
commit fc7c920a70

View File

@ -16,7 +16,7 @@ async function checkManonBirthday(force) {
const date = new Date(); const date = new Date();
if(date.getMonth() != 4 || date.getDate() != 8) if(date.getMonth() != 4 || date.getDate() != 25)
return; return;
} }