* Remove always
  - and consequently reorganise the words
* Add "one or more"
* Fix spelling of creator
  - changed from creater
This commit is contained in:
Vexed01 2020-06-05 19:47:45 +01:00
parent 35e83855a8
commit 332bcae24f

View File

@ -41,10 +41,10 @@ class Downloader(commands.Cog):
Community cogs, also called third party cogs, are not included Community cogs, also called third party cogs, are not included
in the default Red install. in the default Red install.
Community cogs always come in repositories. Repos are a Community cogs come in repositories. Repos are a group of cogs
group of cogs by one creator you can install. You always need you can install. You always need to add the creator's repository
to add the creater's repository using the `[p]repo` command using the `[p]repo` command before you can install one or more
before you can install cogs from the creator. cogs from the creator.
""" """
def __init__(self, bot: Red): def __init__(self, bot: Red):