fix typo
This commit is contained in:
parent
cc836f5b53
commit
d7312ed308
1 changed files with 1 additions and 1 deletions
|
@ -286,7 +286,7 @@ function sendLBC(bot, message, tipper, recipient, amount, privacyFlag, MultiorRo
|
|||
} else {
|
||||
let tx = txLink(txId);
|
||||
let msgtail = `
|
||||
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`;
|
||||
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 more details`;
|
||||
if (privacyFlag) {
|
||||
let usr = message.guild.members.find('id', recipient).user;
|
||||
let authmsg = `You have just privately tipped @${usr.tag} ${amount} LBC.
|
||||
|
|
Loading…
Reference in a new issue