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.