From 804c7aed9132c8f1ba653add04c3ade92af6c4d2 Mon Sep 17 00:00:00 2001 From: Jeremy Kauffman Date: Thu, 10 Oct 2019 14:57:25 -0400 Subject: [PATCH] bot mention fix --- index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/index.js b/index.js index 638711d..2ad0965 100644 --- a/index.js +++ b/index.js @@ -189,9 +189,7 @@ async function doTip(tweet, msg) { } const txId = await lbry.sendFrom(id(tweet.user.id_str), tipToAddress, Number(amount), 1); await T.post("statuses/update", { - status: `@${tweet.user.screen_name} Tipped ${ - msg[2] - } ${amount} LBC! \nTransaction: ${txLink(txId)} \nSee https://lbry.io/faq/tipbot-twitter for more information.`, + status: `@${tweet.user.screen_name} Tipped ${amount} LBC! We'd say who it was to, but then Twitter would ban the bot. \nTransaction: ${txLink(txId)} \nSee https://lbry.io/faq/tipbot-twitter for more information.`, in_reply_to_status_id: tweet.id_str }); logger.info(