🏗️ shopRole job is now running evrery 5 minutes

This commit is contained in:
Axel Olausson Holtenäs 2022-05-30 17:42:09 +02:00
parent 7fd9b6fc73
commit c4a9882a9e
No known key found for this signature in database
GPG key ID: 7BF6826B76382CBA

View file

@ -9,7 +9,7 @@ import shopRoleSchema from "../models/shopRole";
import guildSchema from "../models/guild";
export const options = {
schedule: "*/1 * * * * *",
schedule: "*/5 * * * *", // https://crontab.guru/
};
export const execute = async (client: Client) => {