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 +}