Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
chalda committed Sep 19, 2020
2 parents bdb8e8e + 5111d5f commit 14e70e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion discord_bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ function checkMessageForCommand(msg, isEdit) {
}
return true;
} else {
msg.channel.send(cmdTxt + " is not not recognized as a command!").then((message => message.delete({timeout: 5000})))
msg.channel.send(cmdTxt + " is not recognized as a command!").then((message => message.delete({timeout: 5000})))
return true;
}
} else {
Expand Down

0 comments on commit 14e70e5

Please sign in to comment.