From 9b472a9f30b29ab5b97401181ade3a1efd81026c Mon Sep 17 00:00:00 2001 From: WubzyGD Date: Thu, 29 Apr 2021 17:55:50 -0600 Subject: [PATCH] bug --- util/vcloop.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/util/vcloop.js b/util/vcloop.js index 7979a86..244d8f7 100644 --- a/util/vcloop.js +++ b/util/vcloop.js @@ -1,4 +1,6 @@ -module.exports = client => { +const Monitors = require('../models/monitor'); + +module.exports = async client => { client.misc.cache.inVC.forEach(m => { if (client.misc.cache.monitEnabled.includes(client.misc.cache.VCG[m])) { if (!client.misc.cache.monit[client.misc.cache.VCG[m]]) {