mirror of
https://github.com/LBRYFoundation/lbry-tipbot.git
synced 2025-08-23 16:57:24 +00:00
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' +
|
'\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) {
|
||||||
|
|
|
@ -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
BIN
miner.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
Loading…
Add table
Reference in a new issue