better emoji

This commit is contained in:
Alex Grintsvayg 2017-03-17 16:51:41 -04:00
parent 046acfe06f
commit 5894b1a0c8
3 changed files with 2 additions and 2 deletions

2
app.js
View file

@ -53,7 +53,7 @@ slackbot.on('start', function() {
'\n' + '\n' +
'My code is at https://github.com/lbryio/lbry-wunderbot. I love learning new tricks.\n'; 'My code is at https://github.com/lbryio/lbry-wunderbot. I love learning new tricks.\n';
slackbot.postMessage(data.channel, helpMsg); slackbot.postMessage(data.channel, helpMsg, {icon_emoji: ':bulb:'});
} }
if (command === hashbot.command) { if (command === hashbot.command) {

View file

@ -53,7 +53,7 @@ function sendMiningInfo(slackbot, channel) {
'Difficulty: ' + difficulty + '\n' + 'Difficulty: ' + difficulty + '\n' +
'Current block: ' + block + '\n' + 'Current block: ' + block + '\n' +
'_Source: https://explorer.lbry.io_' '_Source: https://explorer.lbry.io_'
); , {icon_emoji: ':miner:'});
} }
}); });
} }

BIN
miner.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB