diff --git a/index.js b/index.js index df4199d..1036007 100644 --- a/index.js +++ b/index.js @@ -211,7 +211,7 @@ function getModmailChannel(user, allowCreate = true) { if (modMailChannels[user.id]) { // Cached const channel = modMailGuild.channels.get(modMailChannels[user.id]); - if (false && channel) { + if (channel) { return Promise.resolve(channel); } else { // FIXME: Temp fix, return mock channel and assume it exists.. maybe