mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-07 09:52:30 -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.
|
||||
in the default Red install.
|
||||
|
||||
You always need to add a repository using the `[p]repo` command
|
||||
before you can install cogs from the repo.
|
||||
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):
|
||||
|
||||
@@ -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}
|
||||
|
||||
@@ -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": []}
|
||||
|
||||
Reference in New Issue
Block a user