fix: don't continue forwarding a DM if the thread could not be created

master
Miikka Virtanen 2017-09-20 09:41:54 +03:00
parent ebb4ad23d7
commit 8426e7b170
1 changed files with 1 additions and 0 deletions

View File

@ -101,6 +101,7 @@ Modmail thread for ${msg.author.username}#${msg.author.discriminator} (${msg.aut
Here's what their message contained:
\`\`\`${msg.cleanContent}\`\`\`
`);
return;
}
if (thread._wasCreated) {