This commit is contained in:
Thomas Zarebczan 2018-07-12 17:21:18 -04:00 committed by GitHub
parent 25008add14
commit a740fc78c0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ Tips, in LBRY Credits (LBC), are an integral part of our community because they
It is important to note that the LBC stored as a result of a tip is tied to your Twitter account username and are stored on LBRY's wallet server. It is your responsibility to withdraw the tips to your LBRY App or [a standalone wallet](https://lbry.io/faq/standalone-wallet). If you plan on storing LBC on Twitter, it is a good idea to enable Two Factor Authentication (2FA) on your account. LBRY takes no responsibility for lost funds due to negligence
Use the following commands to make amazing things happen. We recommend creating a new Tweet and starting out with tagging the [@LBC_TipBot](https://twitter.com/LBC_TipBot), followed by the desired command. If the tipbot account is already tagged in a thread, only command is required.
Use the following commands to make amazing things happen. We recommend creating a new Tweet and starting out with tagging the [@LBC_TipBot](https://twitter.com/LBC_TipBot), followed by the desired command. If the tipbot account is already tagged in a thread, only command is required. Note: Make sure you keep your commands on one line. If they are on multiple lines, the command will not work.
### Help
This displays a list of tip commands and how to use them.
@ -43,9 +43,9 @@ Displays your Twitter LBRY wallet address. Useful if you want to receive LBC's d
### Tip
Want to tip someone? This will send a tip to a chosen username.
**Arguments:**
**Arguments:**
`@LBC_TipBot tip <username> <amount>`
[**Tweet Example:**](https://twitter.com/TomZarebczan/status/1015245926691205120)
[**Tweet Example:**](https://twitter.com/TomZarebczan/status/1015245926691205120)
`@LBC_TipBot tip @TrendsPremium 10`
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">Tipped <a href="https://twitter.com/TrendsPremium?ref_src=twsrc%5Etfw">@TrendsPremium</a> 10 LBC! <br>Transaction: <a href="https://t.co/lumfDoMzGI">https://t.co/lumfDoMzGI</a> <br>See <a href="https://t.co/s9GAsGJ07Y">https://t.co/s9GAsGJ07Y</a> for more information.</p>&mdash; LBC_TipBot (@LBC_TipBot) <a href="https://twitter.com/LBC_TipBot/status/1015245928406474752?ref_src=twsrc%5Etfw">July 6, 2018</a></blockquote>
@ -55,19 +55,16 @@ Want to tip someone? This will send a tip to a chosen username.
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:**
`@LBC_TipBot withdraw <address> amount`
[**Tweet Example:**](https://twitter.com/TrendsPremium/status/1015251227599364096)
[**Tweet Example:**](https://twitter.com/TrendsPremium/status/1015251227599364096)
`@LBC_TipBot withdraw bP8P5Dr9d3XcH5ibSsjeDYFU8vMWR8HHe3 5`
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">You withdrew 5 LBC to bP8P5Dr9d3XcH5ibSsjeDYFU8vMWR8HHe3. <a href="https://t.co/pS2LzNR8Iw">https://t.co/pS2LzNR8Iw</a></p>&mdash; LBC_TipBot (@LBC_TipBot) <a href="https://twitter.com/LBC_TipBot/status/1015251229151191040?ref_src=twsrc%5Etfw">July 6, 2018</a></blockquote>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
### Terms
Shows the terms and conditions
[**Example:**](https://twitter.com/TomZarebczan/status/1015245044415156225)
[**Tweet Example:**](https://twitter.com/TomZarebczan/status/1015245044415156225)
`@LBC_TipBot terms`
<blockquote class="twitter-tweet" data-lang="en"><p lang="en" dir="ltr">There are no fees to use this bot except the automatic daemon fee. <br>Under no circumstances shall LBRY Inc. be held responsible for lost, stolen or misdirected funds.</p>&mdash; LBC_TipBot (@LBC_TipBot) <a href="https://twitter.com/LBC_TipBot/status/1015245045740388352?ref_src=twsrc%5Etfw">July 6, 2018</a></blockquote>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
Note: Make sure you keep your commands on one line. If they are on multiple lines, the command will not work.