run every 15 minutes
parent
166ba54c4b
commit
a62d10caa5
|
@ -19,5 +19,5 @@ export default function storage(client: Client) {
|
||||||
};
|
};
|
||||||
setInterval(async () => {
|
setInterval(async () => {
|
||||||
await main();
|
await main();
|
||||||
}, 300000);
|
}, 900000);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue