update bot coming online message

This commit is contained in:
Ashley Williams 2016-05-19 13:25:24 -04:00
Родитель 891a1754b8
Коммит f30b064127
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -45,5 +45,5 @@ server.on('after', function logEachRequest(request, response, route, error) {
server.listen(port, function() {
logger.info('listening on ' + port);
web.chat.postMessage(channelID, 'npm hooks slackbot coming on line beep boop');
web.chat.postMessage(channelID, 'arrrrr :wombat: captain hook, reporting for duty');
});