mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-20 18:06:08 -05:00
wording changes
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user