This commit is contained in:
Alex Grintsvayg 2017-03-17 16:27:17 -04:00
parent 0f19a63b83
commit 046acfe06f

5
app.js
View file

@ -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);