Skip to content

Commit

Permalink
Have bot link directly to constructive feedback thread
Browse files Browse the repository at this point in the history
  • Loading branch information
cannawen committed Sep 30, 2017
1 parent 91a42e9 commit e7efccf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/bot.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ function replyToMessages() {
return;
}


filterCommentReplies(messages)
.filter(messageIsShort)
.forEach(message => {
Expand Down
2 changes: 1 addition & 1 deletion src/reply_maker.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
+ " ^|"
Expand Down

0 comments on commit e7efccf

Please sign in to comment.