From 28fbbdc5658969dd6ce7ec5a697bca1ba8564611 Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Fri, 2 Apr 2021 21:39:57 -0500 Subject: [PATCH] Remove preemptive catch --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 59fc34b..f62d0db 100644 --- a/index.js +++ b/index.js @@ -140,7 +140,7 @@ async function ban(message) { .setThumbnail(member.user.avatarURL()) .setColor("fda172") .setTimestamp(); - message.channel.send(verificationEmbed).catch(console.error) + message.channel.send(verificationEmbed) .then(verificationEmbed => { verificationEmbed.react('👍'); verificationEmbed.react('👎');