increasing post time

This commit is contained in:
Michael (GP) 2022-11-23 19:12:40 -05:00
parent bc0a64a770
commit 2fe026d4cc

2
bot.js
View File

@ -11,7 +11,7 @@ let maxPostPerScan = process.env.MAX_POST_PER_SCAN;
setInterval(async () => { setInterval(async () => {
await postFeed(); await postFeed();
}, 20 * 60 * 1000); }, 60 * 60 * 1000);
})(); })();
async function postFeed() { async function postFeed() {