From 978ce7c784dd5598bbbfccab0e56aac929c11587 Mon Sep 17 00:00:00 2001 From: Alejandro Sior Date: Thu, 6 Aug 2020 09:54:54 +0000 Subject: [PATCH] No empty else --- src/discord-events.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/discord-events.js b/src/discord-events.js index 0484b62..c7ca454 100644 --- a/src/discord-events.js +++ b/src/discord-events.js @@ -637,9 +637,8 @@ async function MessageDelete(message) authorMention = DeletedMessage.author.mention; */ // Left blank because currently inaccurate. When the IMPORTANT comment is achieved, the above lines can be uncommented. - } else { - } + var embed = new DiscordEmbed({ author: author, title: 'Message Deleted',