Uhh more comments

This commit is contained in:
nolan 2021-06-21 14:20:44 -07:00
parent bd2c52cb2b
commit 7b962632f4

View File

@ -371,6 +371,7 @@ class ModerationManager {
}).execute(); }).execute();
} else { } else {
//Target left guild or channel was removed from the guild. What should happen in this situation? //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. //TODO: Log this, should never error... hopefully.