Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
BodomBeach committed May 15, 2024
1 parent 7abf262 commit 260f578
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/jobs/channelCleanup.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ export function channelCleanup(client) {

let channel_date = new Date(today.getFullYear(), (parseInt(match[2]) - 1), (parseInt(match[1]) + 1));

console.log(channel_date);

if (today > channel_date) {
console.log(`${channel.name} too old, archiving !`);
archive(channel)
Expand Down

0 comments on commit 260f578

Please sign in to comment.