From e86698cfebea50d9055d0abf1670c6792078c592 Mon Sep 17 00:00:00 2001 From: Michael H Date: Tue, 8 May 2018 16:27:38 -0400 Subject: [PATCH] [V3] Update some user facing info (remove old, outdated info) (#1613) * remove outdated link in favor of in docstring docsumentation * Update default Downloader repo url to org repo url (don't rely on github redirect) --- redbot/cogs/customcom/customcom.py | 13 ++++++++++++- redbot/cogs/downloader/downloader.py | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/redbot/cogs/customcom/customcom.py b/redbot/cogs/customcom/customcom.py index 3b8f418e8..cc0bc9904 100644 --- a/redbot/cogs/customcom/customcom.py +++ b/redbot/cogs/customcom/customcom.py @@ -179,7 +179,18 @@ class CustomCommands: ctx: commands.Context): """ CCs can be enhanced with arguments: - https: // twentysix26.github.io / Red - Docs / red_guide_command_args/ + + Argument What it will be substituted with + + {message} message + + {author} message.author + + {channel} message.channel + + {guild} message.guild + + {server} message.guild """ if not ctx.invoked_subcommand or isinstance(ctx.invoked_subcommand, commands.Group): diff --git a/redbot/cogs/downloader/downloader.py b/redbot/cogs/downloader/downloader.py index ea3dda115..a599639c3 100644 --- a/redbot/cogs/downloader/downloader.py +++ b/redbot/cogs/downloader/downloader.py @@ -420,7 +420,7 @@ class Downloader: cog_name = cog_installable.name else: made_by = "26 & co." - repo_url = "https://github.com/Twentysix26/Red-DiscordBot" + repo_url = "https://github.com/Cog-Creators/Red-DiscordBot" cog_name = cog_installable.__class__.__name__ msg = _("Command: {}\nMade by: {}\nRepo: {}\nCog name: {}")