From ecf9caeb2b3a2dfc48dd7219e3bc6f58c57372f4 Mon Sep 17 00:00:00 2001 From: littlemadhatter <31356843+littlemadhatter@users.noreply.github.com> Date: Tue, 12 May 2020 14:31:09 -0700 Subject: [PATCH 01/15] Minor Fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a573f50..47c50fc 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ ____ Create a bot and get the bot's API Token: https://discordapp.com/developers/applications/me -Edit and rename default.json.example in /config, then cd to wunderbot directory +Edit and rename default.example.json in /config, then cd to wunderbot directory and run: ``` From a7b0893391929e1aa20d7424e1a11d65c879daa2 Mon Sep 17 00:00:00 2001 From: littlemadhatter <31356843+littlemadhatter@users.noreply.github.com> Date: Wed, 13 May 2020 20:02:57 -0700 Subject: [PATCH 02/15] Renamed lbryan role --- config/default.example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.example.json b/config/default.example.json index 20ec612..4442dc8 100644 --- a/config/default.example.json +++ b/config/default.example.json @@ -55,7 +55,7 @@ }, "rolelist": { "baserole": "LBRYian", - "allowedroles": ["Off-Topic Chats", "Developer", "Contributor", "Creator", "Translator", "Science", "Espanol", "TurkishCommunity", "Musician", "OpenSource", "WatchonLBRY", "WalletServer", "BeatSaber", "LBRYan", "Reddit", "LazyBit", "India", "MakerspaceHive", "Ruqqus", "Romanian", "Bangladesh"] + "allowedroles": ["Off-Topic Chats", "Developer", "Contributor", "Creator", "Translator", "Science", "Espanol", "TurkishCommunity", "Musician", "OpenSource", "WatchonLBRY", "WalletServer", "BeatSaber", "LBRYansUnited", "Reddit", "LazyBit", "India", "MakerspaceHive", "Ruqqus", "Romanian", "Bangladesh"] }, "irc": { "enabled": false, From 09a3d0b97ac54260bba918140c18d45c10930179 Mon Sep 17 00:00:00 2001 From: littlemadhatter <31356843+littlemadhatter@users.noreply.github.com> Date: Thu, 14 May 2020 04:39:45 -0700 Subject: [PATCH 03/15] Draft Change !rewardsapproval to !verify since it's also to verify but to also get rid of double command, linked !verify to !rewards --- config/commands.json | 50 +++++++++++++++----------------------------- 1 file changed, 17 insertions(+), 33 deletions(-) diff --git a/config/commands.json b/config/commands.json index f4a27e1..682c0ca 100644 --- a/config/commands.json +++ b/config/commands.json @@ -374,7 +374,7 @@ "bundle": { "url": "", "title": "", - "description": "[Rewards](https://lbry.com/faq/rewards) are given to legitimate users who are using the system (and in turn are testing things for us). In order to redeem rewards, you may need to verify your identity through phone number,credit card, or other manual methods.", + "description": "[Rewards](https://lbry.com/faq/rewards) are given to legitimate users who are using the system (and in turn are testing things for us). In order to redeem rewards, you may need to verify your identity through phone number,credit card, or other manual methods. Learn more by typing !verify.", "color": 7976557, "author": { "name": "Rewards", @@ -383,6 +383,22 @@ } } }, + "!verify": { + "usage": "", + "description": "Rewards Approval Help Message", + "operation": "send", + "bundle": { + "url": "", + "title": "", + "description": "If you would like to be approved for rewards, please go to <#571001864271691805> and send a Direct Message to @RewardsBot#0287 \n You can do this by right clicking on the name, and selecting Message. . 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 [Rewards FAQ](https://lbry.com/faq/rewards) to know more about rewards.", + "color": 7976557, + "author": { + "name": "Applying for Rewards Approval", + "url": "", + "icon_url": "https://spee.ch/2/pinkylbryheart.png" + } + } + }, "!rewardsvsreferrals": { "usage": "", "description": "Difference Between Rewards & Referrals?", @@ -415,38 +431,6 @@ } } }, - "!verify": { - "usage": "", - "description": "How to become Rewards approved", - "operation": "send", - "bundle": { - "url": "", - "title": "", - "description": "Please download the latest version from [HERE](https://lbry.com/get) Upon install, you'll be greeted with a welcome message. If you already had the app installed, please go to the wallet (bank icon in the top right) > Rewards - This should show your current status. New users will need to get their rewards approved in order to access Rewards. Type !cc or !rewardsapproval for more information.", - "color": 7976557, - "author": { - "name": "How to become Rewards approved", - "url": "", - "icon_url": "https://spee.ch/2/pinkylbryheart.png" - } - } - }, - "!rewardsapproval": { - "usage": "", - "description": "Rewards Approval Help Message", - "operation": "send", - "bundle": { - "url": "", - "title": "", - "description": "If you would like to be approved for rewards, please go to <#571001864271691805> and send a Direct Message to @RewardsBot#0287 \n You can do this by right clicking on the name, and selecting Message. . 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 [Rewards FAQ](https://lbry.com/faq/rewards) to know more about rewards.", - "color": 7976557, - "author": { - "name": "Applying for Rewards Approval", - "url": "", - "icon_url": "https://spee.ch/2/pinkylbryheart.png" - } - } - }, "!logfile": { "usage": "", "description": "How to Find LBRY App Log File?", From 82cbbe4c83a46f60094c884d6491483fde082eae Mon Sep 17 00:00:00 2001 From: littlemadhatter <31356843+littlemadhatter@users.noreply.github.com> Date: Thu, 14 May 2020 05:15:53 -0700 Subject: [PATCH 04/15] Update commands.json --- config/commands.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/commands.json b/config/commands.json index 682c0ca..7ebc867 100644 --- a/config/commands.json +++ b/config/commands.json @@ -374,7 +374,7 @@ "bundle": { "url": "", "title": "", - "description": "[Rewards](https://lbry.com/faq/rewards) are given to legitimate users who are using the system (and in turn are testing things for us). In order to redeem rewards, you may need to verify your identity through phone number,credit card, or other manual methods. Learn more by typing !verify.", + "description": "[Rewards](https://lbry.com/faq/rewards) are given to legitimate users who are using the system (and in turn are testing things for us). In order to redeem rewards, you may need to verify your identity through phone number,credit card, or other manual methods. Learn how to verify by typing !verify or !cc", "color": 7976557, "author": { "name": "Rewards", From dd4e774d8eb1e852af53c51856b0710a0ecf744d Mon Sep 17 00:00:00 2001 From: littlemadhatter <31356843+littlemadhatter@users.noreply.github.com> Date: Thu, 14 May 2020 14:18:37 -0700 Subject: [PATCH 05/15] Update commands.json --- config/commands.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/commands.json b/config/commands.json index 7ebc867..023b92f 100644 --- a/config/commands.json +++ b/config/commands.json @@ -390,7 +390,7 @@ "bundle": { "url": "", "title": "", - "description": "If you would like to be approved for rewards, please go to <#571001864271691805> and send a Direct Message to @RewardsBot#0287 \n You can do this by right clicking on the name, and selecting Message. . 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 [Rewards FAQ](https://lbry.com/faq/rewards) to know more about rewards.", + "description": "If you would like to be approved for rewards, please go to <#571001864271691805> and send a Direct Message to @RewardsBot#0287 \n You can do this by right clicking on the name, and selecting Message. . A LBRY mod will get back to you as soon as possible. We appreciate your patience. Only one account per email/ip/family is allowed access to LBRY Rewards. Check out our [Rewards FAQ](https://lbry.com/faq/rewards) to know more about rewards.", "color": 7976557, "author": { "name": "Applying for Rewards Approval", From 4da838162cb33f8a43735421a79f741cbee94edc Mon Sep 17 00:00:00 2001 From: littlemadhatter <31356843+littlemadhatter@users.noreply.github.com> Date: Thu, 14 May 2020 14:21:06 -0700 Subject: [PATCH 06/15] Eniamza's suggestion --- config/commands.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/commands.json b/config/commands.json index 023b92f..5e96488 100644 --- a/config/commands.json +++ b/config/commands.json @@ -393,7 +393,7 @@ "description": "If you would like to be approved for rewards, please go to <#571001864271691805> and send a Direct Message to @RewardsBot#0287 \n You can do this by right clicking on the name, and selecting Message. . A LBRY mod will get back to you as soon as possible. We appreciate your patience. Only one account per email/ip/family is allowed access to LBRY Rewards. Check out our [Rewards FAQ](https://lbry.com/faq/rewards) to know more about rewards.", "color": 7976557, "author": { - "name": "Applying for Rewards Approval", + "name": "Getting approved for rewards", "url": "", "icon_url": "https://spee.ch/2/pinkylbryheart.png" } From 08d027f62b3286047646d270ebfdb7e538350cbe Mon Sep 17 00:00:00 2001 From: littlemadhatter <31356843+littlemadhatter@users.noreply.github.com> Date: Thu, 14 May 2020 16:42:04 -0700 Subject: [PATCH 07/15] Update commands.json --- config/commands.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/commands.json b/config/commands.json index 5e96488..a4e7080 100644 --- a/config/commands.json +++ b/config/commands.json @@ -7,7 +7,7 @@ "url": "", "title": "", "description": "filled at runtime", - "color": 7976557, + "color": 7976557,FF "author": { "name": "List of Helpful LBRY Commands", "url": "", @@ -310,7 +310,7 @@ "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. Learn more **[HERE](https://lbry.com/faq/naming)**", + "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 ! addresses. In LBRY, names map to a unique, permanent ID representing a piece of digital content and/or a publisher identity. Learn more **[HERE](https://lbry.com/faq/naming)**", "color": 7976557, "author": { "name": "How Does LBRY Naming Work?", @@ -390,7 +390,7 @@ "bundle": { "url": "", "title": "", - "description": "If you would like to be approved for rewards, please go to <#571001864271691805> and send a Direct Message to @RewardsBot#0287 \n You can do this by right clicking on the name, and selecting Message. . A LBRY mod will get back to you as soon as possible. We appreciate your patience. Only one account per email/ip/family is allowed access to LBRY Rewards. Check out our [Rewards FAQ](https://lbry.com/faq/rewards) to know more about rewards.", + "description": "If you would like to be approved for rewards, please go to <#571001864271691805> and send a Direct Message to @RewardsBot#0287 \n You can do this by right clicking on the name, and selecting Message. . A LBRY mod will get back to you as soon as possible. We appreciate your patience. Only one account per email/ip/household is allowed access to LBRY Rewards. Check out our [Rewards FAQ](https://lbry.com/faq/rewards) to know more about rewards.", "color": 7976557, "author": { "name": "Getting approved for rewards", From 0c29e48ead09a694f63ad353ec84570fbd132ade Mon Sep 17 00:00:00 2001 From: littlemadhatter <31356843+littlemadhatter@users.noreply.github.com> Date: Thu, 14 May 2020 16:47:40 -0700 Subject: [PATCH 08/15] Update commands.json --- config/commands.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/commands.json b/config/commands.json index a4e7080..a38027f 100644 --- a/config/commands.json +++ b/config/commands.json @@ -390,7 +390,7 @@ "bundle": { "url": "", "title": "", - "description": "If you would like to be approved for rewards, please go to <#571001864271691805> and send a Direct Message to @RewardsBot#0287 \n You can do this by right clicking on the name, and selecting Message. . A LBRY mod will get back to you as soon as possible. We appreciate your patience. Only one account per email/ip/household is allowed access to LBRY Rewards. Check out our [Rewards FAQ](https://lbry.com/faq/rewards) to know more about rewards.", + "description": "If you would like to be approved for rewards, please go to <#571001864271691805> and send a Direct Message to @RewardsBot#0287 saying "Hi" \n You can do this by right clicking on the name, and selecting Message. A LBRY mod will get back to you as soon as possible. We appreciate your patience. Only one account per email/ip/household is allowed access to LBRY Rewards. Check out our [Rewards FAQ](https://lbry.com/faq/rewards) to know more about rewards.", "color": 7976557, "author": { "name": "Getting approved for rewards", From d15cbb5f997c300256917e563f040e264b2637da Mon Sep 17 00:00:00 2001 From: littlemadhatter <31356843+littlemadhatter@users.noreply.github.com> Date: Thu, 14 May 2020 18:55:19 -0700 Subject: [PATCH 09/15] accidental key presses --- config/commands.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/commands.json b/config/commands.json index a38027f..1c7440a 100644 --- a/config/commands.json +++ b/config/commands.json @@ -7,7 +7,7 @@ "url": "", "title": "", "description": "filled at runtime", - "color": 7976557,FF + "color": 7976557, "author": { "name": "List of Helpful LBRY Commands", "url": "", From 64e282e6018cc0cc82cdaeb67d8da72339d3882d Mon Sep 17 00:00:00 2001 From: littlemadhatter <31356843+littlemadhatter@users.noreply.github.com> Date: Thu, 14 May 2020 19:03:01 -0700 Subject: [PATCH 10/15] Accidental key presses in last merge --- config/commands.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/commands.json b/config/commands.json index 1c7440a..ca65c5e 100644 --- a/config/commands.json +++ b/config/commands.json @@ -310,7 +310,7 @@ "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 ! addresses. In LBRY, names map to a unique, permanent ID representing a piece of digital content and/or a publisher identity. Learn more **[HERE](https://lbry.com/faq/naming)**", + "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. Learn more **[HERE](https://lbry.com/faq/naming)**", "color": 7976557, "author": { "name": "How Does LBRY Naming Work?", From 24b3a6419fd769d86737d0311a90793c0a70ee9b Mon Sep 17 00:00:00 2001 From: littlemadhatter <31356843+littlemadhatter@users.noreply.github.com> Date: Thu, 14 May 2020 19:34:37 -0700 Subject: [PATCH 11/15] Update commands.json --- config/commands.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/config/commands.json b/config/commands.json index ca65c5e..28b0eff 100644 --- a/config/commands.json +++ b/config/commands.json @@ -383,14 +383,14 @@ } } }, - "!verify": { + "!verify": { "usage": "", "description": "Rewards Approval Help Message", "operation": "send", "bundle": { "url": "", "title": "", - "description": "If you would like to be approved for rewards, please go to <#571001864271691805> and send a Direct Message to @RewardsBot#0287 saying "Hi" \n You can do this by right clicking on the name, and selecting Message. A LBRY mod will get back to you as soon as possible. We appreciate your patience. Only one account per email/ip/household is allowed access to LBRY Rewards. Check out our [Rewards FAQ](https://lbry.com/faq/rewards) to know more about rewards.", + "description": "If you would like to be approved for rewards, please go to <#571001864271691805> and follow the written text \n A LBRY mod will get back to you as soon as possible. We appreciate your patience. Only one account per email/ip/household is allowed access to LBRY Rewards. Check out our [Rewards FAQ](https://lbry.com/faq/rewards) to know more about rewards.", "color": 7976557, "author": { "name": "Getting approved for rewards", @@ -880,7 +880,6 @@ } } }, - "!status": { "usage": "", "description": "LBRY Services Status", From 2dd6a4b1c7ae1fc956de8b7cc2984f34d31ecfcc Mon Sep 17 00:00:00 2001 From: littlemadhatter <31356843+littlemadhatter@users.noreply.github.com> Date: Thu, 14 May 2020 19:37:59 -0700 Subject: [PATCH 12/15] Update commands.json --- config/commands.json | 1 - 1 file changed, 1 deletion(-) diff --git a/config/commands.json b/config/commands.json index 28b0eff..db54deb 100644 --- a/config/commands.json +++ b/config/commands.json @@ -863,7 +863,6 @@ } } }, - "!translation": { "usage": "", "description": "App translation", From f21292c5d59df760a3af9909faba0a8970550f87 Mon Sep 17 00:00:00 2001 From: littlemadhatter <31356843+littlemadhatter@users.noreply.github.com> Date: Thu, 14 May 2020 20:12:04 -0700 Subject: [PATCH 13/15] The FAQ is already mentioned in !rewards --- config/commands.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/commands.json b/config/commands.json index db54deb..83fcb66 100644 --- a/config/commands.json +++ b/config/commands.json @@ -390,7 +390,7 @@ "bundle": { "url": "", "title": "", - "description": "If you would like to be approved for rewards, please go to <#571001864271691805> and follow the written text \n A LBRY mod will get back to you as soon as possible. We appreciate your patience. Only one account per email/ip/household is allowed access to LBRY Rewards. Check out our [Rewards FAQ](https://lbry.com/faq/rewards) to know more about rewards.", + "description": "If you would like to be approved for rewards, please go to <#571001864271691805> and follow the written text \n A LBRY mod will get back to you as soon as possible. We appreciate your patience. Only one account per email/ip/household is allowed access to LBRY Rewards", "color": 7976557, "author": { "name": "Getting approved for rewards", From f1db60aea9c8ae418eb46286967d76adf02cc70e Mon Sep 17 00:00:00 2001 From: Kenneth C Date: Fri, 15 May 2020 01:01:49 -0400 Subject: [PATCH 14/15] Update mainchannel to #bots-and-roles Updated the channel ID so the bot no longer throws an invalid channel, now directs users to talk to bot in #bots-and-roles --- config/default.example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.example.json b/config/default.example.json index 4442dc8..035d92f 100644 --- a/config/default.example.json +++ b/config/default.example.json @@ -32,7 +32,7 @@ }, "pricebot": { "channels": ["363050205043621908", "369896313082478594", "371620338263523328"], // Chanels price bot is allowed to post in - "mainchannel": "363050205043621908" // Main Price Bot channel for directing with help message + "mainchannel": "369896313082478594" // Main Price Bot channel for directing with help message }, "gitrelease": { "channel": "370779899650375681" // Channel to send release info to using From 5cbb8ac55c5e1ad85389f03accf38b1a7452456f Mon Sep 17 00:00:00 2001 From: Ralph Date: Fri, 15 May 2020 02:42:04 -0400 Subject: [PATCH 15/15] Config Update Cleaned up the main channels for the bot and cleaned roles up for latest structure. --- config/default.example.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/config/default.example.json b/config/default.example.json index 035d92f..a91197a 100644 --- a/config/default.example.json +++ b/config/default.example.json @@ -28,34 +28,34 @@ "363084262028607488", "371620338263523328" ], // Channels speech bot is allowed to post in - "mainchannel": "363085078403874823" // Main Speech Bot channel for directing with help message + "mainchannel": "369896313082478594" // Main Speech Bot channel for directing with help message }, "pricebot": { "channels": ["363050205043621908", "369896313082478594", "371620338263523328"], // Chanels price bot is allowed to post in "mainchannel": "369896313082478594" // Main Price Bot channel for directing with help message }, "gitrelease": { - "channel": "370779899650375681" // Channel to send release info to using + "channel": "369896313082478594" // Channel to send release info to using }, "spamdetection": { "channels": ["363089721313722387", "363044238486798336", "363086719391629326", "363044275363119105", "363044260938776576", "372067478542745601", "369896313082478594", "371620338263523328"], // Channels excluded from Spam Detection - "users": ["244245498746241025"] // Users to exclude from Spam Detection (include other bots here) + "users": ["369896313082478594"] // Users to exclude from Spam Detection (include other bots here) }, "hashbot": { "channels": ["363049669636390913", "369896313082478594", "371620338263523328"], // Channels Hash Bot is allowed to post in - "mainchannel": "363049669636390913" // Main Hash Bot channel for directing with help message + "mainchannel": "369896313082478594" // Main Hash Bot channel for directing with help message }, "statsbot": { "channels": ["363050205043621908", "369896313082478594", "371620338263523328"], // Channels Stats Bot is allowed to post in - "mainchannel": "363050205043621908" // Main Stats Bot channel for directing with help message + "mainchannel": "369896313082478594" // Main Stats Bot channel for directing with help message }, "claimbot": { "enabled": false, - "channels": ["363086719391629326"] + "channels": ["369896313082478594"] }, "rolelist": { "baserole": "LBRYian", - "allowedroles": ["Off-Topic Chats", "Developer", "Contributor", "Creator", "Translator", "Science", "Espanol", "TurkishCommunity", "Musician", "OpenSource", "WatchonLBRY", "WalletServer", "BeatSaber", "LBRYansUnited", "Reddit", "LazyBit", "India", "MakerspaceHive", "Ruqqus", "Romanian", "Bangladesh"] + "allowedroles": ["Developer", "Contributor", "Creator", "Translator", "Science", "Musician", "OpenSource", "WatchonLBRY", "WalletServer", "BeatSaber", "LBRYansUnited", "Reddit", "LazyBit", "MakerspaceHive", "Ruqqus"] }, "irc": { "enabled": false,