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; });