From 7b962632f4551c76f290ae98585a186d523d7892 Mon Sep 17 00:00:00 2001 From: nolan Date: Mon, 21 Jun 2021 14:20:44 -0700 Subject: [PATCH] Uhh more comments --- structure/moderation/ModerationManager.js | 1 + 1 file changed, 1 insertion(+) diff --git a/structure/moderation/ModerationManager.js b/structure/moderation/ModerationManager.js index a81687e..3711bee 100644 --- a/structure/moderation/ModerationManager.js +++ b/structure/moderation/ModerationManager.js @@ -371,6 +371,7 @@ class ModerationManager { }).execute(); } else { //Target left guild or channel was removed from the guild. What should happen in this situation? + //Maybe continue checking if the user rejoins, but the channel will always be gone. } //TODO: Log this, should never error... hopefully.