diff --git a/app.js b/app.js index ec199e9..f39c8b4 100644 --- a/app.js +++ b/app.js @@ -47,9 +47,10 @@ slackbot.on('start', function() { '`!help` shows this message\n' + '`!tip` sends LBC tips to others, and withdraws and deposits credits into the your tipping wallet\n' + '`!hash` reports on the LBRY blockchain\n' + - '_type any of the above commands for more info_' + + '_type any of the above commands for more info_\n' + + '\n' + + 'I also update <#C266N3RMM|content> anytime new content is published on LBRY\n' + '\n' + - 'I also update <#C266N3RMM|content> anytime new content is published on LBRY\n\n' + 'My code is at https://github.com/lbryio/lbry-wunderbot. I love learning new tricks.\n'; slackbot.postMessage(data.channel, helpMsg);