mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-09-03 20:35:12 +00:00
Add naming commands
This commit is contained in:
parent
4bd5d9f4c6
commit
9fcb4b58fc
1 changed files with 16 additions and 0 deletions
|
@ -239,6 +239,22 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"!naming": {
|
||||
"usage": "",
|
||||
"description": "How does LBRY naming work?",
|
||||
"operation": "send",
|
||||
"bundle": {
|
||||
"url": "",
|
||||
"title": "",
|
||||
"description": "Names exist so that we can map a human readable and understandable word or term to a more difficult to remember number or ID. In the traditional domain system, names map to numerical IP addresses. In LBRY, names map to a unique, permanent ID representing a piece of digital content and/or a publisher identity.",
|
||||
"color": 7976557,
|
||||
"author": {
|
||||
"name": "How does LBRY naming work?",
|
||||
"url": "https://lbry.io/faq/naming",
|
||||
"icon_url": "https://i.imgur.com/yWf5USu.png"
|
||||
}
|
||||
}
|
||||
},
|
||||
"!referrals": {
|
||||
"usage": "",
|
||||
"description": "What are Referrals?",
|
||||
|
|
Loading…
Add table
Reference in a new issue