This is my code,
msg.author.send(helpembed)
.catch(() =>{
send(msg,":no_entry_sign: **Your DMs are closed! Open them so I can help you out!** :no_entry_sign:");
});
msg.react("✅");
and I was wondering if I could somehow do a code to say: If no catch (no errors) react with ✅. How could I do that?