@@ -101,7 +101,7 @@ async function captionFace(faces, data) {
*/
function getPadoruChance() {
let now = new Date();
- if(now.getUTCMonth() != 11 || now.getUTCDate() > 26)
+ if(now.getUTCMonth() != 11 || now.getUTCDate() > 25)
return 0;
return 1 / (27.0 - now.getUTCDate());
}