Removed Unnecessary Semi-Colon

This commit is contained in:
Ralph 2018-04-02 16:40:49 -04:00 committed by GitHub
parent 12776df4af
commit f578c8a6f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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