mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-07-17 08:28:11 +00:00
Fix conditions
This commit is contained in:
@ -16,7 +16,7 @@ async function checkManonBirthday(force) {
|
|||||||
|
|
||||||
const date = new Date();
|
const date = new Date();
|
||||||
|
|
||||||
if(date.getMonth() != 4 && date.getDay() != 25)
|
if(date.getMonth() != 4 || date.getDate() != 8)
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user