better emoji
This commit is contained in:
parent
046acfe06f
commit
5894b1a0c8
3 changed files with 2 additions and 2 deletions
2
app.js
2
app.js
|
@ -53,7 +53,7 @@ slackbot.on('start', function() {
|
|||
'\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) {
|
||||
|
|
|
@ -53,7 +53,7 @@ function sendMiningInfo(slackbot, channel) {
|
|||
'Difficulty: ' + difficulty + '\n' +
|
||||
'Current block: ' + block + '\n' +
|
||||
'_Source: https://explorer.lbry.io_'
|
||||
);
|
||||
, {icon_emoji: ':miner:'});
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
BIN
miner.png
Normal file
BIN
miner.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
Loading…
Add table
Reference in a new issue