Update tipbot.js
This commit is contained in:
parent
dfb1ec5b15
commit
7e0e3e8400
1 changed files with 2 additions and 2 deletions
|
@ -137,7 +137,7 @@ function sendLbc(message, tipper, id, amount) {
|
|||
else {
|
||||
var imessage =
|
||||
'Wubba lubba dub dub! <@' + tipper + '> tipped <@' + id + '> ' + amount + ' LBC (' + txLink(txId) + '). ' +
|
||||
'DM me `!help` for tipbot instructions.'
|
||||
'DM me `!tip` for tipbot instructions.'
|
||||
message.reply(imessage);
|
||||
}
|
||||
});
|
||||
|
@ -186,4 +186,4 @@ function getValidatedAmount(amount) {
|
|||
|
||||
function txLink(txId) {
|
||||
return "<https://explorer.lbry.io/tx/" + txId + ">";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue