Skip to content

Commit

Permalink
Update birthdays schedule time
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexPresso authored Apr 23, 2024
1 parent 1503f91 commit bba5645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scheduled/birthdays.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
const EmbedUtils = require('../utils/EmbedUtils');

module.exports = {
schedule: "0 1 0 * * *",
schedule: "0 0 0 * * *",
task: async client => {
const date = new Date(),
day = String(date.getDate()).padStart(2, '0'),
Expand Down

0 comments on commit bba5645

Please sign in to comment.