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) {