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(_) @cog_i18n(_)
class Downloader(commands.Cog): 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 Community cogs, also called third party cogs, are not included
in the default Red install. Cogs come in repositories. Repos are in the default Red install.
groups of cogs by one creator you can install.
Community cogs always come in repositories. Repos are a
You always need to add a repository using the `[p]repo` command group of cogs by one creator you can install. You always need
before you can install cogs from the repo. to add the creater's repository using the `[p]repo` command
before you can install cogs from the creator.
""" """
def __init__(self, bot: Red): def __init__(self, bot: Red):

View File

@@ -25,9 +25,9 @@ log = logging.getLogger("red.reports")
class Reports(commands.Cog): class Reports(commands.Cog):
"""Create user reports that server staff can respond to. """Create user reports that server staff can respond to.
Users can open reports using `[p]report`. These are then Users can open reports using `[p]report`. These are then sent
sent to a channel in the server, where staff members can to a channel in the server for staff, and the report creator
respond. gets a DM. Both can be used to communicate.
""" """
default_guild_settings = {"output_channel": None, "active": False, "next_ticket": 1} default_guild_settings = {"output_channel": None, "active": False, "next_ticket": 1}

View File

@@ -44,7 +44,7 @@ class Streams(commands.Cog):
currently live. Alerts can also be configured to post in a currently live. Alerts can also be configured to post in a
channel when a streamer goes live. channel when a streamer goes live.
Twitch and YouTube need API tokens to work. Twitch and YouTube need API tokens.
""" """
global_defaults = {"refresh_timer": 300, "tokens": {}, "streams": []} global_defaults = {"refresh_timer": 300, "tokens": {}, "streams": []}