Add naming commands

This commit is contained in:
YULIUS KURNIAWAN KRISTIANTO 2017-12-29 05:26:39 +07:00 committed by GitHub
parent 4bd5d9f4c6
commit 9fcb4b58fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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?",