From 1ea37c878ad4d33c55b7ce57121917a8a15d046d Mon Sep 17 00:00:00 2001 From: YULIUS KURNIAWAN KRISTIANTO Date: Mon, 19 Feb 2018 22:05:20 +0700 Subject: [PATCH] added new commands lbry basic ready to wunderbot helpcommand --- config/commands.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/config/commands.json b/config/commands.json index b752e0e..bf9bcdc 100644 --- a/config/commands.json +++ b/config/commands.json @@ -655,6 +655,22 @@ } } }, + "!basic": { + "usage": "", + "description": "LBRY App Basics!", + "operation": "send", + "bundle": { + "url": "", + "title": "", + "description" : "[LBRY App Basics](https://lbry.io/faq/lbry-basics) The purpose of this FAQ is to answer questions about some of the basic functionality available in the LBRY App", + "color": 7976557, + "author": { + "name": "LBRY App Basics!", + "url": "https://lbry.io/faq/lbry-basics", + "icon_url": "https://i.imgur.com/yWf5USu.png" + } + } + }, "!tipbot": { "usage": "", "description": "Tipbot Help Message",