Skip to content
This repository has been archived by the owner on Apr 23, 2019. It is now read-only.

Commit

Permalink
Removed shameless self promotion...
Browse files Browse the repository at this point in the history
  • Loading branch information
eliassjogreen committed Nov 6, 2017
1 parent f74fb6b commit 06e723f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ comments.on('comment', (comment) => {
console.log("Wololo detected: ");
console.log(" Comment: " + comment.body);
console.log(" Author: " + comment.author.name);
comment.reply('[Wololo](https://wololobot.herokuapp.com/)\n---\n^(I am a bot | ALL HAIL KING OF THE LOSERS! My creator u/E-Mouse)');
comment.reply('[Wololo](https://wololobot.herokuapp.com/)\n---\n^(I am a bot | ALL HAIL KING OF THE LOSERS!)');
}
});

Expand Down

0 comments on commit 06e723f

Please sign in to comment.