From 9fcb4b58fcec6a9ec68804a1af7a9d971688b229 Mon Sep 17 00:00:00 2001 From: YULIUS KURNIAWAN KRISTIANTO Date: Fri, 29 Dec 2017 05:26:39 +0700 Subject: [PATCH] Add naming commands --- config/commands.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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?",