🏗️ shopRole job is now running evrery 5 minutes
This commit is contained in:
parent
7fd9b6fc73
commit
c4a9882a9e
1 changed files with 1 additions and 1 deletions
|
@ -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) => {
|
||||
|
|
Loading…
Add table
Reference in a new issue