From 491ed67e24e34c511e3198a93906d9d6ac0de785 Mon Sep 17 00:00:00 2001 From: Miikka Virtanen Date: Sun, 1 Jan 2017 06:12:02 +0200 Subject: [PATCH] Undebug --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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