From 2cc35f659e561889ce6262e8766b47532327db73 Mon Sep 17 00:00:00 2001 From: Minz Date: Mon, 26 Jan 2026 09:03:33 +0100 Subject: [PATCH] Remote legacy cleanup jobs --- timers/cleanupMessages.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/timers/cleanupMessages.js b/timers/cleanupMessages.js index 3e005e4..d1136c0 100644 --- a/timers/cleanupMessages.js +++ b/timers/cleanupMessages.js @@ -8,9 +8,6 @@ module.exports = { const keepMessageEmoteId = '1214140438265724980'; const channelConfigs = [ { channelId: '1214134516247957504', keepTimeMinutes: 2, keepAttachment: true }, //toho-test/mnzbot-test - { channelId: '1111054421091155978', keepTimeMinutes: 2880 }, //cotr/Spam - { channelId: '1170190197384814762', keepTimeMinutes: 2880, keepAttachment: true }, //cotr/Red - { channelId: '1101703550070947920', keepTimeMinutes: 2880, keepAttachment: true }, //cotr/Memes ]; function isMessageLocked(message) { for (const [id, reaction] of message.reactions.cache) {