From 219586d55d56ebb17cc2eb0883000ade134e4b00 Mon Sep 17 00:00:00 2001 From: Vexed01 <51716387+Vexed01@users.noreply.github.com> Date: Sat, 30 May 2020 19:57:34 +0100 Subject: [PATCH] wording changes --- redbot/cogs/downloader/downloader.py | 13 +++++++------ redbot/cogs/reports/reports.py | 6 +++--- redbot/cogs/streams/streams.py | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/redbot/cogs/downloader/downloader.py b/redbot/cogs/downloader/downloader.py index 68832d5f4..9f276d0ce 100644 --- a/redbot/cogs/downloader/downloader.py +++ b/redbot/cogs/downloader/downloader.py @@ -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): diff --git a/redbot/cogs/reports/reports.py b/redbot/cogs/reports/reports.py index b88ff33e4..8ced825f1 100644 --- a/redbot/cogs/reports/reports.py +++ b/redbot/cogs/reports/reports.py @@ -25,9 +25,9 @@ log = logging.getLogger("red.reports") class Reports(commands.Cog): """Create user reports that server staff can respond to. - Users can open reports using `[p]report`. These are then - sent to a channel in the server, where staff members can - respond. + Users can open reports using `[p]report`. These are then sent + to a channel in the server for staff, and the report creator + gets a DM. Both can be used to communicate. """ default_guild_settings = {"output_channel": None, "active": False, "next_ticket": 1} diff --git a/redbot/cogs/streams/streams.py b/redbot/cogs/streams/streams.py index 8b8693be3..7b8562777 100644 --- a/redbot/cogs/streams/streams.py +++ b/redbot/cogs/streams/streams.py @@ -44,7 +44,7 @@ class Streams(commands.Cog): currently live. Alerts can also be configured to post in a 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": []}