From 1164034e5533a009b1d12e598405626947aad05c Mon Sep 17 00:00:00 2001 From: Matthew R Date: Tue, 1 Mar 2022 15:06:05 -0500 Subject: [PATCH] mem fix --- src/intervals/memory.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/intervals/memory.ts b/src/intervals/memory.ts index b18490b..8c6d2ea 100644 --- a/src/intervals/memory.ts +++ b/src/intervals/memory.ts @@ -4,8 +4,7 @@ import { MessageEmbed, TextChannel } from 'discord.js'; import { Client } from '../class'; import { Tiers } from '../models'; -// this.client.db.Moderation.updateMany({ reason: { $regex: 'resource limit' } }, { reason: { $concat: { ['$reason', "DN/C"] } } }) -// this.client.db.Moderation.updateOne({ reason: { $regex: 'resource limit'}}, [{ $set: { reason: { $concat: [ "$reason", "DN/C" ] } } }]) + const channelID = '691824484230889546'; export default function memory(client: Client) {