From 142599b3d736ab7c764d70106a71f52274490495 Mon Sep 17 00:00:00 2001 From: Abheek Dhawan Date: Fri, 2 Apr 2021 20:36:56 -0500 Subject: [PATCH] Make sure to send verificationEmbed --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index 16f78ac..2f1d7f1 100644 --- a/index.js +++ b/index.js @@ -136,6 +136,7 @@ async function ban(message) { .setThumbnail(member.user.avatarURL()) .setColor("fda172") .setTimestamp(); + message.channel.send(verificationEmbed).catch(console.error); message.react('👍'); message.react('👎'); const filter = (reaction, user) => {