You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// isThread gives type guard to ensure #forward doesn't complain
102
+
// since not all guild channels can be forwarded to
103
+
if(alertsThread&&alertsThread.isThread()){
104
+
awaitmessage.forward(alertsThread).catch(()=>{});
105
+
awaitalertsThread
106
+
.send({
107
+
content: `Deleted message from ${message.author} (${message.author.id}) in ${message.channel} due to 4 media attachments (${message.attachments.map((a)=>a.name).join(", ")})`,
0 commit comments