Skip to content

Commit

Permalink
fix prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-huff committed Feb 19, 2024
1 parent 9f733a6 commit 6470dff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/discordBot.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ client.on("voiceStateUpdate", (oldMember, newMember) => {

client.login(process.env.DISCORD_TOKEN);

// Schedule a task to run every day at 9 AM
/*
cron.schedule('45 * * * *', async () => {
const channel = client.channels.cache.get('1208646869698347119');
if(channel) {
Expand Down Expand Up @@ -318,6 +318,6 @@ client.on('messageReactionAdd', async (reaction, user) => {
}
}
checkin_db.push(lastCheckinMessageId, user.tag);
});
});*/

export { client };

0 comments on commit 6470dff

Please sign in to comment.