Skip to content

Commit

Permalink
V0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ItsPinion committed Mar 22, 2024
1 parent 681aa81 commit 083c197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/automation/confession.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { deleteConfession } from "../api/delete";

module.exports = {
setup: (client: Client) => {
cron.schedule("* * * * *", async () => {
cron.schedule("0 0 * * *", async () => {
const allConfession = await getAllConfessions();

allConfession.forEach(async (confession) => {
Expand Down

0 comments on commit 083c197

Please sign in to comment.