From e93a2b27f3f7ed218d8329371de13ca290a063fc Mon Sep 17 00:00:00 2001 From: brandons209 Date: Fri, 31 Jan 2020 19:41:34 -0500 Subject: [PATCH] forgot to update info json --- costmanager/info.json | 19 +++++++++++++++++++ rolemanagement/info.json | 7 ++++--- 2 files changed, 23 insertions(+), 3 deletions(-) create mode 100644 costmanager/info.json diff --git a/costmanager/info.json b/costmanager/info.json new file mode 100644 index 0000000..3ec571e --- /dev/null +++ b/costmanager/info.json @@ -0,0 +1,19 @@ +{ + "author": [ + "Brandons209" + ], + "bot_version": [ + 3, + 0, + 0 + ], + "description": "Allow setting up costs for any commands of your bot, with user, and role hierarchy. Also allows setting roles who do not have to pay for commands. Has receptions DMed and updated to allow users to track their spending.", + "hidden": false, + "install_msg": "Thank you for using this cog!", + "requirements": [], + "short": "Manage costs of commands in your server.", + "tags": [ + "brandons209", + "redbot" + ] +} diff --git a/rolemanagement/info.json b/rolemanagement/info.json index 2e71a2d..f9585c1 100644 --- a/rolemanagement/info.json +++ b/rolemanagement/info.json @@ -1,13 +1,14 @@ { "author": [ "mikeshardmind(Sinbad)", - "DiscordLiz" + "DiscordLiz", + "brandons209" ], "install_msg": "If you need help, I have a channel in https://discord.gg/mb85deu", "name": "RoleManagement", "disabled": false, "short": "Role searches, reactroles, requirements for roles, etc.", - "description": "React roles with requirements, selfroles with requirements, role based member search and more.", + "description": "React roles with requirements, selfroles with requirements, role based member search, subscription to roles and more.", "tags": [ "react_roles", "react roles", @@ -17,4 +18,4 @@ ], "hidden": false, "min_bot_version": "3.2.0a0.dev1" -} \ No newline at end of file +}