diff --git a/src/bot.js b/src/bot.js index 84a0810..f5c42dc 100755 --- a/src/bot.js +++ b/src/bot.js @@ -78,7 +78,6 @@ function replyToMessages() { return; } - filterCommentReplies(messages) .filter(messageIsShort) .forEach(message => { diff --git a/src/reply_maker.js b/src/reply_maker.js index 048326a..a607a09 100644 --- a/src/reply_maker.js +++ b/src/reply_maker.js @@ -24,7 +24,7 @@ function formatReply(comment, conversions) { + "\n\n" + transform("^metric ^units ^" + species) + " ^|" - + " ^[" + transform("feedback") + "](https://www.reddit.com/r/metric_units/)" + + " ^[" + transform("feedback") + "](https://www.reddit.com/r/metric_units/comments/73edn2/constructive_feedback_thread/)" + " ^|" + " ^[" + source + "](https://github.com/cannawen/metric_units_reddit_bot)" + " ^|"