From f578c8a6f07ce4c704cb6f3c7f28cab34096bc70 Mon Sep 17 00:00:00 2001 From: Ralph Date: Mon, 2 Apr 2018 16:40:49 -0400 Subject: [PATCH] Removed Unnecessary Semi-Colon --- bot/bot.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bot/bot.js b/bot/bot.js index 4d6cb6d..26deff2 100644 --- a/bot/bot.js +++ b/bot/bot.js @@ -83,7 +83,7 @@ function checkMessageForCommand(msg, isEdit) { 'select the option allow direct messages from server members' ).then(msg.channel.send( 'Please set your Discord Presence to Online to talk to the Bot!' - ); + ) ); return; });