add read faq to send tippers
This commit is contained in:
parent
a82d7509c6
commit
cc836f5b53
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ function sendLBC(bot, message, tipper, recipient, amount, privacyFlag, MultiorRo
|
||||||
} else {
|
} else {
|
||||||
let tx = txLink(txId);
|
let tx = txLink(txId);
|
||||||
let msgtail = `
|
let msgtail = `
|
||||||
DM me with \`${message.content.split(' ', 1)[0]}\` for command specific instructions or with \`!tips\` for all available commands`;
|
DM me with \`${message.content.split(' ', 1)[0]}\` for command specific instructions or with \`!tips\` for all available commands or read our [Tipbot FAQ](https://lbry.io/faq/tipbot-discord) for a more details`;
|
||||||
if (privacyFlag) {
|
if (privacyFlag) {
|
||||||
let usr = message.guild.members.find('id', recipient).user;
|
let usr = message.guild.members.find('id', recipient).user;
|
||||||
let authmsg = `You have just privately tipped @${usr.tag} ${amount} LBC.
|
let authmsg = `You have just privately tipped @${usr.tag} ${amount} LBC.
|
||||||
|
|
Loading…
Add table
Reference in a new issue