Remote legacy cleanup jobs
This commit is contained in:
@@ -8,9 +8,6 @@ module.exports = {
|
|||||||
const keepMessageEmoteId = '1214140438265724980';
|
const keepMessageEmoteId = '1214140438265724980';
|
||||||
const channelConfigs = [
|
const channelConfigs = [
|
||||||
{ channelId: '1214134516247957504', keepTimeMinutes: 2, keepAttachment: true }, //toho-test/mnzbot-test
|
{ 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) {
|
function isMessageLocked(message) {
|
||||||
for (const [id, reaction] of message.reactions.cache) {
|
for (const [id, reaction] of message.reactions.cache) {
|
||||||
|
|||||||
Reference in New Issue
Block a user