From c713e88b1707f3c564172e372be1968de117f04c Mon Sep 17 00:00:00 2001 From: YULIUS KURNIAWAN KRISTIANTO Date: Wed, 31 Jan 2018 22:42:46 +0700 Subject: [PATCH 1/3] added phone commands and bold -new newly codes guys. --- config/commands.json | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/config/commands.json b/config/commands.json index 4ce89d9..7dae67f 100644 --- a/config/commands.json +++ b/config/commands.json @@ -406,7 +406,7 @@ "bundle": { "url": "", "title": "", - "description": "If you would like to be verified go to <#363050496023592961> and type `-new` \nthis will create a ticket (channel) for your request. A LBRY mod will get back to you as soon as possible. We appreciate your patience. Only one account per household is allowed access to LBRY Rewards. Check out our [YouTube Sync FAQ](https://lbry.io/faq/youtube) for assistance with the YouTube Sync rewards verification method.", + "description": "If you would like to be verified go to <#363050496023592961> and type *`-new`* \nthis will create a ticket (channel) for your request. A LBRY mod will get back to you as soon as possible. We appreciate your patience. Only one account per household is allowed access to LBRY Rewards. Check out our [YouTube Sync FAQ](https://lbry.io/faq/youtube) for assistance with the YouTube Sync rewards verification method.", "color": 7976557, "author": { "name": "Rewards Verification", @@ -639,6 +639,22 @@ } } }, + "!phone": { + "usage": "", + "description": "Phone Verification!", + "operation": "send", + "bundle": { + "url": "", + "title": "", + "description" : "In an effort to limit abuse, newly invited LBRY users will be required to verify their identity via SMS verification method. Phone number verification provides another method for LBRY users to participate in the rewards program", + "color": 7976557, + "author": { + "name": "Phone Verification!", + "url": "https://lbry.io/faq/phone", + "icon_url": "https://i.imgur.com/yWf5USu.png" + } + } + }, "!tipbot": { "usage": "", "description": "Tipbot Help Message", From 293eaca542c34877068bfc500d4ffeb640bff5e7 Mon Sep 17 00:00:00 2001 From: YULIUS KURNIAWAN KRISTIANTO Date: Wed, 31 Jan 2018 22:49:59 +0700 Subject: [PATCH 2/3] add links --- config/commands.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/commands.json b/config/commands.json index 7dae67f..19d9bfc 100644 --- a/config/commands.json +++ b/config/commands.json @@ -646,7 +646,7 @@ "bundle": { "url": "", "title": "", - "description" : "In an effort to limit abuse, newly invited LBRY users will be required to verify their identity via SMS verification method. Phone number verification provides another method for LBRY users to participate in the rewards program", + "description" : "In an effort to limit abuse, newly invited LBRY users will be required to verify their identity via SMS verification method. [Phone number](https://lbry.io/faq/phone) verification provides another method for LBRY users to participate in the rewards program", "color": 7976557, "author": { "name": "Phone Verification!", From 3b309ae55fd70021a8a67044d6c45f8b4eb12c15 Mon Sep 17 00:00:00 2001 From: Thomas Zarebczan Date: Fri, 2 Feb 2018 16:23:51 -0500 Subject: [PATCH 3/3] fix wording --- config/commands.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/commands.json b/config/commands.json index 19d9bfc..b752e0e 100644 --- a/config/commands.json +++ b/config/commands.json @@ -646,7 +646,7 @@ "bundle": { "url": "", "title": "", - "description" : "In an effort to limit abuse, newly invited LBRY users will be required to verify their identity via SMS verification method. [Phone number](https://lbry.io/faq/phone) verification provides another method for LBRY users to participate in the rewards program", + "description" : "[Phone number](https://lbry.io/faq/phone) verification provides another method for LBRY users to participate in the rewards program", "color": 7976557, "author": { "name": "Phone Verification!",