1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 05:34:40 -05:00

make cooldown 50 secs

This commit is contained in:
Ashley 2022-12-09 20:36:45 +00:00
parent c1290a43e5
commit a140949e0f

View file

@ -91,11 +91,11 @@ function init(app, config, rendertemplate) {
);
}
})();
}, 125000);
}, 55000);
} catch (err) {
initlog("[FAILED] Load pages \n" + err);
}
}, 120000);
}, 50000);
}
module.exports = {