wording changes

This commit is contained in:
Vexed01
2020-05-30 19:57:34 +01:00
parent 6a00c0ee7e
commit 219586d55d
3 changed files with 11 additions and 10 deletions

View File

@@ -36,14 +36,15 @@ DEPRECATION_NOTICE = _(
@cog_i18n(_)
class Downloader(commands.Cog):
"""Install community cogs from Cog Creators.
"""Install community cogs made by Cog Creators.
Community cogs, also called third party cogs, are not included
in the default Red install. Cogs come in repositories. Repos are
groups of cogs by one creator you can install.
You always need to add a repository using the `[p]repo` command
before you can install cogs from the repo.
in the default Red install.
Community cogs always come in repositories. Repos are a
group of cogs by one creator you can install. You always need
to add the creater's repository using the `[p]repo` command
before you can install cogs from the creator.
"""
def __init__(self, bot: Red):