Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
lxRbckl committed Jan 30, 2024
1 parent 9182c88 commit 1c9d9af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class client {

this.client.on('ready', async () => {

cron.schedule('0 0 * * *', async () => {
cron.schedule('0 0 * * 1', async () => {

let response = await this.discussion.run();
let channel = this.client.channels.cache.get(this.channelId);
Expand Down

0 comments on commit 1c9d9af

Please sign in to comment.