Remote legacy cleanup jobs

This commit is contained in:
2026-01-26 09:03:33 +01:00
parent 52f12ffac7
commit 2cc35f659e

View File

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