fix: don't continue forwarding a DM if the thread could not be created
parent
ebb4ad23d7
commit
8426e7b170
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue