Skip to content

Commit

Permalink
beta
Browse files Browse the repository at this point in the history
  • Loading branch information
lxRbckl committed Dec 22, 2023
1 parent 3d829e3 commit fde21ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,7 @@ const token = {
// export <
module.exports = {token};

// >
// >


// < In loving memory of Kyle, our beloved aquatic friend. > //
2 changes: 1 addition & 1 deletion source/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ class client {

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

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

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

0 comments on commit fde21ab

Please sign in to comment.