diff --git a/config/commands.json b/config/commands.json index 0055140..5cb27d3 100644 --- a/config/commands.json +++ b/config/commands.json @@ -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?",