diff --git a/content/faq/tipbot-twitter.md b/content/faq/tipbot-twitter.md index 3c660736..c2d0cf98 100644 --- a/content/faq/tipbot-twitter.md +++ b/content/faq/tipbot-twitter.md @@ -20,16 +20,27 @@ This displays a list of tip commands and how to use them. [**Tweet Example:**](https://twitter.com/TomZarebczan/status/1015245364490833920) `@LBC_TipBot help` +

Call commands with: @LBC_TipBot +
help - Shows this command.
balance - Get your balance.
deposit - Get address for your deposits.
withdraw ADDRESS AMOUNT - Withdraw AMOUNT credits to ADDRESS.
tip USER AMOUNT - Tip USER AMOUNT.
terms - Sends the TOS.

— LBC_TipBot (@LBC_TipBot) July 12, 2018
+ + + ### Balance Displays the balance of your Twitter LBRY wallet. [**Tweet Example:**](https://twitter.com/TomZarebczan/status/1015244426841677826) -`@LBC_TipBot balance` +`@LBC_TipBot balance` + +

You have 0 LBC.

— LBC_TipBot (@LBC_TipBot) July 12, 2018
+ + ### Deposit Displays your Twitter LBRY wallet address. Useful if you want to receive LBC's directly to your wallet. [**Tweet Example:**](https://twitter.com/TomZarebczan/status/1015244855247888384) `@LBC_TipBot deposit` +

Your deposit address is bQ7k7EeA8s2ENR5LDcd7V91JjgNZxyQL93.

— LBC_TipBot (@LBC_TipBot) July 12, 2018
+ + ### Tip Want to tip someone? This will send a tip to a chosen username. **Arguments:** @@ -37,6 +48,9 @@ Want to tip someone? This will send a tip to a chosen username. [**Tweet Example:**](https://twitter.com/TomZarebczan/status/1015245926691205120) `@LBC_TipBot tip @TrendsPremium 10` +

Tipped @TrendsPremium 10 LBC!
Transaction: https://t.co/lumfDoMzGI
See https://t.co/s9GAsGJ07Y for more information.

— LBC_TipBot (@LBC_TipBot) July 6, 2018
+ + ### Withdraw Use this to withdraw your balance from your LBRY Twitter wallet to another LBRY wallet such as the wallet in your LBRY app, or to a LBC wallet on an exchange. **Arguments:** @@ -44,9 +58,16 @@ Use this to withdraw your balance from your LBRY Twitter wallet to another LBRY [**Tweet Example:**](https://twitter.com/TrendsPremium/status/1015251227599364096) `@LBC_TipBot withdraw bP8P5Dr9d3XcH5ibSsjeDYFU8vMWR8HHe3 5` +

You withdrew 5 LBC to bP8P5Dr9d3XcH5ibSsjeDYFU8vMWR8HHe3. https://t.co/pS2LzNR8Iw

— LBC_TipBot (@LBC_TipBot) July 6, 2018
+ + + ### Terms Shows the terms and conditions -[**Example:**](https://twitter.com/TomZarebczan/status/989748476811530240) +[**Example:**](https://twitter.com/TomZarebczan/status/1015245044415156225) `@LBC_TipBot terms` +

There are no fees to use this bot except the automatic daemon fee.
Under no circumstances shall LBRY Inc. be held responsible for lost, stolen or misdirected funds.

— LBC_TipBot (@LBC_TipBot) July 6, 2018
+ + Note: Make sure you keep your commands on one line. If they are on multiple lines, the command will not work.