mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
parent
b83007f863
commit
f82c41ae4f
4 changed files with 174 additions and 0 deletions
70
content/faq/tipbot-discord.md
Normal file
70
content/faq/tipbot-discord.md
Normal file
|
@ -0,0 +1,70 @@
|
|||
---
|
||||
title: How do I use the Discord tipbot?
|
||||
category: tipbots
|
||||
order: 1
|
||||
---
|
||||
|
||||
## LBRY Discord Tipbot Information
|
||||
|
||||
Tips, in LBRY Credits (LBC), are an integral part of our community because they allow us to reward members for their contributions - whether that's for sharing something insightful, providing feedback, completing bounties, testing our various apps or helping promote LBRY's vision and technology. You can earn them, share, or transfer them via simple commands on the Discord server.
|
||||
|
||||
It is important to note that the LBC stored as a result of a tip is tied to your Discord account username and are stored on LBRY's wallet server. It is your responsibility to withdraw the tips to your LBRY App or other wallet like Coinomi. If you plan on storing LBC on the Discord server, 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 running them in the `#bot-sandbox` channel, unless you are tipping someone!
|
||||
|
||||
### Help
|
||||
This displays a list of tip commands and how to use them.
|
||||
**Example:**
|
||||
`!tip help`
|
||||
|
||||
### Balance
|
||||
Displays the balance of your Discord LBRY wallet.
|
||||
**Example:**
|
||||
`!tip balance`
|
||||
|
||||
### Deposit
|
||||
Displays your Discord LBRY wallet address. Useful if you want to receive LBC's directly to your Discord wallet.
|
||||
**Example:**
|
||||
`!tip deposit`
|
||||
|
||||
### Withdraw
|
||||
Use this to withdraw a chosen amount from your LBRY Discord wallet to another LBRY wallet such as the wallet in your LBRY app, Coinomi or to a LBC wallet on an exchange.
|
||||
**Arguments:**
|
||||
`!tip withdraw <address> <amount>`
|
||||
**Example:**
|
||||
`!tip withdraw bQ8N2xbbityGNyiijaUtZVHkN3KZys2ci 10`
|
||||
|
||||
### Private Tips
|
||||
Want to tip someone privately in a personal message? This will send a tip to your chosen username in a private personal message.
|
||||
**Arguments:**
|
||||
`!tip private <username> <amount>`
|
||||
**Example:**
|
||||
`!tip private @Electron#1111 10`
|
||||
|
||||
### Multi Tips
|
||||
This will send your set tip amount to all the users you list.
|
||||
**Arguments:**
|
||||
`!multitip <usernames> <amount>`
|
||||
**Example:**
|
||||
`!multitip @Electron#1111 @Proton#222 10`
|
||||
|
||||
### Multi Tip Private
|
||||
This will privately send your set tip amount to all the users you list in personal messages.
|
||||
**Arguments:**
|
||||
`!multitip private <usernames> <amount>`
|
||||
**Example:**
|
||||
`!multitip private @Electron#1111 @Proton#222 10`
|
||||
|
||||
### Role Tips (Currently out of service)
|
||||
Want to tip a Disocrd role? This will send a tip to your chosen role.
|
||||
**Arguments:**
|
||||
`!tip <role> <amount>`
|
||||
**Example:**
|
||||
`!tip @LBRY Team 10`
|
||||
|
||||
### Private Role Tips (Currently out of service)
|
||||
Want to tip a Disocrd role privately? This will send a tip to your chosen role in a private message.
|
||||
**Arguments:**
|
||||
`!tip private <role> <amount>`
|
||||
**Example:**
|
||||
`!tip private @LBRY Team 10`
|
54
content/faq/tipbot-reddit.md
Normal file
54
content/faq/tipbot-reddit.md
Normal file
|
@ -0,0 +1,54 @@
|
|||
---
|
||||
title: How do I use the Reddit tipbot?
|
||||
category: tipbots
|
||||
order: 2
|
||||
---
|
||||
|
||||
## LBRY Reddit Tipbot Information
|
||||
|
||||
Tips, in LBRY Credits (LBC), are an integral part of our community because they allow us to reward members for their contributions - whether that's for sharing something insightful, providing feedback, completing bounties, testing our various apps or helping promote LBRY's vision and technology. You can earn them, share, or transfer them via simple [commands on Reddit](https://np.reddit.com/r/lbry/wiki/tipbot).
|
||||
|
||||
It is important to note that the LBC stored as a result of a tip is tied to your Reddit account and are stored on LBRY's wallet server. It is your responsibility to withdraw the tips to your LBRY App or other wallet like Coinomi. If you plan on storing LBC on Reddit, 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.
|
||||
|
||||
### Balance
|
||||
Displays the balance of your Reddit LBRY wallet. Performed via Reddit messaging.
|
||||
**Example:**
|
||||
`balance`
|
||||
**Request:**
|
||||
[Request Withdraw](https://reddit.com/message/compose?to=lbryian&subject=Balance&message=balance)
|
||||
|
||||
### Deposit
|
||||
Displays your Reddit LBRY wallet address. Useful if you want to receive LBC's directly to your wallet. Performed via Reddit messaging.
|
||||
**Example:**
|
||||
`Deposit`
|
||||
**Request:**
|
||||
[Request Wallet Address](https://www.reddit.com/message/compose?to=lbryian&subject=Deposit&message=deposit)
|
||||
|
||||
### Withdraw
|
||||
Use this to withdraw your balance from your LBRY Reddit wallet to another LBRY wallet such as the wallet in your LBRY app, or to a LBC wallet on an exchange. Performed via Reddit messaging.
|
||||
**Arguments:**
|
||||
`withdraw <address> <amount>`
|
||||
**Request:**
|
||||
[Request Withdraw](https://reddit.com/message/compose?to=lbryian&subject=Withdraw&message=withdraw%20%3Camount%3E%20%3Caddress)
|
||||
|
||||
### Tip
|
||||
Want to tip someone? This will send a tip to a chosen username from within a replying comment.
|
||||
**Arguments:**
|
||||
`<amount> <currency> u/lbryian`
|
||||
`<$+amount> u/lbryian`
|
||||
**Examples:**
|
||||
LBC: `10 lbc u/lbryian`
|
||||
USD: `5 usd u/lbryian`
|
||||
USD: `$5 u/lbryian`
|
||||
|
||||
**Note**: Only USD and LBC are currently supported.
|
||||
|
||||
### Glid
|
||||
Want to gild a post? This will command will gild the post you are replying to.
|
||||
**Examples:**
|
||||
`gild u/lbryian`
|
||||
`u/lbryian gild`
|
||||
|
||||
Find out more about Reddit Gilding [here](https://www.reddit.com/gilding/).
|
49
content/faq/tipbot-twitter.md
Normal file
49
content/faq/tipbot-twitter.md
Normal file
|
@ -0,0 +1,49 @@
|
|||
---
|
||||
title: How do I use the Twitter tipbot?
|
||||
category: tipbots
|
||||
order: 3
|
||||
---
|
||||
|
||||
## LBRY Twitter Tipbot Information
|
||||
|
||||
Tips, in LBRY Credits (LBC), are an integral part of our community because they allow us to reward members for their contributions - whether that's for sharing something insightful, providing feedback, testing our various apps or helping promote LBRY's vision and technology. You can earn them, share, or transfer them via simple Tweets which include tagging the tipbot Twitter account and writing the magic word: lbryian + command. Check out [this thread as an example](https://twitter.com/TomZarebczan/status/991901394218176512)!
|
||||
|
||||
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 other wallet like Coinomi. 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, followed by the magic lbryian keyword and then the desired command. If the tipbot account is already tagged in a thread, only the lbryian keyword + command are required.
|
||||
|
||||
### Help
|
||||
This displays a list of tip commands and how to use them.
|
||||
[**Tweet Example:**](https://twitter.com/TomZarebczan/status/991901394218176512)
|
||||
`!tip help`
|
||||
|
||||
### Balance
|
||||
Displays the balance of your Twitter LBRY wallet.
|
||||
[**Tweet Example:**](https://twitter.com/TomZarebczan/status/990997322820739073)
|
||||
`@LBC_TipBot lbryian balance`
|
||||
|
||||
### Deposit
|
||||
Displays your Twitter LBRY wallet address. Useful if you want to receive LBC's directly to your wallet.
|
||||
[**Tweet Example:**](https://twitter.com/jsigwart/status/989915385293029376)
|
||||
`@LBC_TipBot lbryian deposit`
|
||||
|
||||
### Tip
|
||||
Want to tip someone? This will send a tip to a chosen username.
|
||||
**Arguments:**
|
||||
`@LBC_TipBot lbryian <username> <amount>`
|
||||
[**Tweet Example:**](https://twitter.com/TomZarebczan/status/991692765036720129)
|
||||
`@LBC_TipBot lbryian @invariantchange 10`
|
||||
|
||||
### 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:**
|
||||
`@LBC_TipBot lbryian withdraw <address>`
|
||||
[**Tweet Example:**](https://twitter.com/TrendsPremium/status/991493692669267968)
|
||||
`@LBC_TipBot lbryian bQ8N2xbbityGNyiijaUtZVHkN3KZys2ci`
|
||||
|
||||
### Terms
|
||||
Shows the terms and conditions
|
||||
[**Example:**](https://twitter.com/TomZarebczan/status/989748476811530240)
|
||||
`@LBC_TipBot lbryian terms`
|
||||
|
||||
Note: Make sure you keep your commands on one line. If they are on multiple lines, the command will not work.
|
|
@ -93,6 +93,7 @@ class ContentActions extends Actions
|
|||
'publisher' => 'Publishers and Creators',
|
||||
'troubleshooting' => 'Help and Troubleshooting',
|
||||
'wallet' => 'Wallet and Transactions',
|
||||
'tipbots' => 'LBRY Tipbots',
|
||||
'mining' => 'Mining LBC',
|
||||
'developer' => 'Developers',
|
||||
'differences' => 'What Makes LBRY Different?',
|
||||
|
|
Loading…
Add table
Reference in a new issue