mirror of
https://github.com/LBRYFoundation/lbry-tipbot.git
synced 2025-08-28 16:01:33 +00:00
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 {
|
else {
|
||||||
var imessage =
|
var imessage =
|
||||||
'Wubba lubba dub dub! <@' + tipper + '> tipped <@' + id + '> ' + amount + ' LBC (' + txLink(txId) + '). ' +
|
'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);
|
message.reply(imessage);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue